jamesfredley commented on issue #15216:
URL: https://github.com/apache/grails-core/issues/15216#issuecomment-3929811156
```
tasks.withType(JavaExec).configureEach {
// java 25 workaround -
https://github.com/apache/grails-core/issues/15216
jvmArgs '--enable-native-access=ALL-UNNAMED'
// workaround https://github.com/apache/grails-core/issues/15343
jvmArgs '--add-opens=java.base/sun.misc=ALL-UNNAMED'
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]