The plugin does not work with grails 3.2.3.
How to reproduce:
- grails 3.2.3
- in a brand new grails-app (via grails-create app)
- integrate plugin as per README
- gradle bootrun --> failure to load:
Caused by: java.lang.IllegalStateException:
Either class [org.grails.plugins.localization.Localization] is not a domain class
or GORM has not been initialized correctly
or GORM has already been shutdown.
If I do the same, but with grails 3.2.11, there is no problem...
The plugin does not work with grails 3.2.3.
How to reproduce:
If I do the same, but with grails 3.2.11, there is no problem...