James Fredley
James Fredley
@Chintanjariwala you can see progress on https://github.com/orgs/grails/projects/3.
https://github.com/grails/grails-data-mapping/pull/1810
The groovy 4 changes were completed on https://github.com/grails/grails-data-mapping/pull/1810
@herrmartins You will also need to add the following to `buildSrc/build.gradle` (the way it comes from forge) or `buildscript` in your top level `build.gradle` (the older way). ``` classpath("org.grails.plugins:database-migration:4.2.1") classpath("org.grails:grails-shell:6.1.2")...
This is working on https://github.com/grails/grails-gsp/tree/7.0.x It has come up several times while doing dependency substitution and the workaround was exclude groovy-bom from the substitution