Skip to content

Commit 09ee1b4

Browse files
authored
Update jakartaeeMigration configuration in docs
Exclude Grails dependencies from jakartaeeMigration.
1 parent 3354d5a commit 09ee1b4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

grails-doc/src/en/guide/upgrading/upgrading60x.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,10 @@ plugins {
228228
}
229229
230230
jakartaeeMigration {
231-
includeTransform('org.grails.plugins:export')
231+
// 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
232235
migrate()
233236
}
234237
----

0 commit comments

Comments
 (0)