I just installed the brand new Groovy/Grails Tool Suite from springsource.org/sts/.
Looks brilliant and just what I needed (I did't use any Spring stuff in STS 2.x).
However, since this version of STS (GGTS) is built on Eclipse 4, when opening the workspace you used previously the project settings needs to be migrated.
GGTS does this migration for you upon first launch, and my Grails projects were migrated just fine.
But I also has a couple of Gradle projects in there that didn't get migrated since the GGTS doesn't come with the Gradle extension.
These are the steps I took to fix this:
- Installed the Gradle extension (from under the Extensions tab in the SpringSource Dashboard)
- Restarted GGTS
- Right-click in the Project Explorer and select "Configure" > "Migrate legacy STS projects…"
- Select the Gradle projects to upgrade
And that's it! I could then right-click the project and do a "Gradle" > "Refresh Dependencies".
