Search code examples
grailssts-springsourcetoolsuite

Grails - How to change project's Grails version in Spring Tool Suite 3.5.1


In Spring Tool Suite 3.5.1.Release , how do I set a project-specific Grails version?

I have multiple versions of Grails configured in STS.

Older versions of STS had a section called Grails in the "Properties for project" window where a particular version of Grails could be selected.

After upgrading to 3.5.1.Release I no longer see this option.

Thanks!


Solution

  • Since GGTS version 3.5.0 the Grails version GGTS uses now always follows the application.properties file in your project. So just change the grails version number in that file.

    You may need to do some other things to actually upgrade your project to work with that newer version of Grails of course.