I am upgrading to Grails 7 M4 and I can't figure o...
# questions
t
I am upgrading to Grails 7 M4 and I can't figure out what the new coordinates for this plugin is? apply plugin: 'org.grails.grails-plugin'
Ok, found it: org.apache.grails.gradle.grails-plugin
👍 3
j
https://github.com/apache/grails-core/blob/7.0.x/RENAME.md has a mapping of all coordinate changes
To help us update our own libraries, I wrote this script: https://github.com/apache/grails-core/blob/7.0.x/etc/bin/rename_gradle_artifacts.sh
It's not perfect, but it helped ease the transition. PRs are welcome to make it more featured.
👍 1
t
Nice! I had the M3 and M4 BOM files for comparision and the plugin build.gradle https://github.com/apache/grails-core/blob/7.0.x/grails-gradle/plugins/build.gradle
j
The markdown file also includes our "rules" so you know how/why we renamed the way we did.
t
Some of them were not that obvious to figure out - but it is much more consistent now and definitely an improvement 👍
❤️ 1
j
that used to package up the gradle plugins for views but we moved the plugins with the other gradle plugins. so its now in grails-gradle-plugins
👍 1