You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This update is complex because Grails is no longer providing micronaut dependency versions and micronaut-bom is now io.micronaut.platform:micronaut-platform. This also involves javax to jakarta transitions and providing these dependencies. You will need to add micronaut-serde-jackson for micronaut-http.
spock complains about Gradle still using Groovy 3, in the test-core subproject.
grails-forge is a Micronaut app
This update is complex because Grails is no longer providing micronaut dependency versions and micronaut-bom is now io.micronaut.platform:micronaut-platform. This also involves javax to jakarta transitions and providing these dependencies. You will need to add micronaut-serde-jackson for micronaut-http.
spock complains about Gradle still using Groovy 3, in the test-core subproject.
Add Java 23 to matix.java:
https://github.com/grails/grails-forge/pull/400/files#diff-4c087648fbb704b0cc106eebfff7779856a6af4a6987e919debdd3afd1fdf7bbR15
The text was updated successfully, but these errors were encountered: