Reputation: 16841
How to upgrade Grails 2.4.4
to 2.5.0
?
I am using STS
Version: 3.6.4.RELEASE
Build Id: 201503100339
Platform: Eclipse Luna SR1 (4.4.2)
Grails 2.4.4.
Mac 10.10
Java jdk1.8.0_45.jdk
Upvotes: 0
Views: 2898
Reputation: 71
The grails upgrade command is gone from 2.4. You have to run set-grails-version
grails set-grails-version 2.5.6
Then go into BuildConfig.groovy and manually upgrade your dependencies/plugins: https://github.com/grails/grails-core/releases/tag/v2.5.0
Upvotes: 2