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
Installing: gradle 8.5
Done installing!
Do you want gradle 8.5 to be set as default? (Y/n): n
grails-gradle-plugin % gradle clean assemble
> Task :compileGroovy FAILED
startup failed:
/grails-gradle-plugin/src/main/groovy/org/grails/gradle/plugin/web/gsp/GspCompileOptions.groovy: 21: You cannot create an instance from the abstract class 'org.gradle.api.tasks.compile.GroovyForkOptions'.
@ line 21, column 37.
GroovyForkOptions forkOptions = new GroovyForkOptions()
^
1 error
FAILURE: Build failed with an exception.
The 7.x branch should be running on Gradle 8.x with a min source/target compatibility of Java 17
https://docs.gradle.org/current/userguide/compatibility.html
https://github.com/orgs/grails/projects/3/views/2?pane=issue&itemId=71425178
The text was updated successfully, but these errors were encountered: