Skip to content

v3.3.7

Choose a tag to compare

@graemerocher graemerocher released this 09 Aug 17:31
· 1568 commits to master since this release

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.