Skip to content

Commit 1b2d907

Browse files
authored
Update jakartaee-migration plugin version to 1.0.0 and example in docs
Update example with `includeTransform('org.grails.plugins:export')`
1 parent 5fbc32b commit 1b2d907

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,10 +224,11 @@ To apply and configure the `gradle-jakartaee-migration-plugin` in your `build.gr
224224
.build.gradle
225225
----
226226
plugins {
227-
id 'com.netflix.nebula.jakartaee-migration' version '0.24.0'
227+
id 'com.netflix.nebula.jakartaee-migration' version '1.0.0'
228228
}
229229
230230
jakartaeeMigration {
231+
includeTransform('org.grails.plugins:export')
231232
migrate()
232233
}
233234
----

0 commit comments

Comments
 (0)