This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git
The following commit(s) were added to refs/heads/7.0.x by this push:
new 1b2d9075b9 Update jakartaee-migration plugin version to 1.0.0 and
example in docs
1b2d9075b9 is described below
commit 1b2d9075b91352dde62a3c4df63ceeb60b4d6219
Author: James Fredley <[email protected]>
AuthorDate: Tue Nov 25 20:04:48 2025 -0500
Update jakartaee-migration plugin version to 1.0.0 and example in docs
Update example with `includeTransform('org.grails.plugins:export')`
---
grails-doc/src/en/guide/upgrading/upgrading60x.adoc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
index b8f636df6b..b461492511 100644
--- a/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
+++ b/grails-doc/src/en/guide/upgrading/upgrading60x.adoc
@@ -224,10 +224,11 @@ To apply and configure the
`gradle-jakartaee-migration-plugin` in your `build.gr
.build.gradle
----
plugins {
- id 'com.netflix.nebula.jakartaee-migration' version '0.24.0'
+ id 'com.netflix.nebula.jakartaee-migration' version '1.0.0'
}
jakartaeeMigration {
+ includeTransform('org.grails.plugins:export')
migrate()
}
----