github grails/grails-core v3.3.7

latest releases: v6.2.0, v4.1.4, v6.1.2...
5 years ago

Release Information

Issues fixed

Dependencies upgraded

  • Spring Boot 1.5.15.RELEASE

Known issues

An extra step is now required to allow reloading of plugins in multi project builds. The entire process is described in the documentation. The new step is to supply a Gradle property to the plugin's build. Set exploded=true in the plugin gradle.properties to add the exploded artifacts to the classpath. Unfortunately due to how Gradle plugins work, it's not consistently possible to determine this automatically.

Newly created apps have an invalid GORM version of gormVersion=${datastore.version} set in the gradle.properties. Change it to gormVersion=6.1.10.RELEASE to allow it to work again.

Don't miss a new grails-core release

NewReleases is sending notifications on new releases.