We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3354d5a commit 09ee1b4Copy full SHA for 09ee1b4
grails-doc/src/en/guide/upgrading/upgrading60x.adoc
@@ -228,7 +228,10 @@ plugins {
228
}
229
230
jakartaeeMigration {
231
- includeTransform('org.grails.plugins:export')
+ // Exclude Grails dependencies since AST and jakartaeeMigration are not compatible
232
+ excludeTransform('org.apache.grails:**')
233
+ excludeTransform('org.apache.grails.**:**')
234
+ // enable automatic migration from EE 8 (javax) or earlier to EE 10 (jakarta) or later
235
migrate()
236
237
----
0 commit comments