Grails v3.3.7 Release Notes

Release Date: 2018-08-09 // over 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.