We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Executing Gradle on JVM versions 16 and lower has been deprecated. This will fail with an error in Gradle 9.0. Use JVM 17 or greater to execute Gradle. Projects can continue to use older JVM versions via toolchains. Consult the upgrading guide for further information: https://docs.gradle.org/8.10/userguide/upgrading_version_8.html#minimum_daemon_jvm_version
The text was updated successfully, but these errors were encountered:
NOTE: After 23.04.4 fails on groovy dependencies / JDK dependencies
Sorry, something went wrong.
Looks like we need groovy 4 for 23.10.0 or later
Moving to groovy4 seems to be causing this issue, possibly due to quiltcore-java
https://docs.adaptavist.com/sr4js/8.5.0/release-notes/breaking-changes/groovy-4-breaking-change-for-grab-annotations
No such property: importPackages for class: org.codehaus.groovy.ast.ModuleNode
No branches or pull requests
The text was updated successfully, but these errors were encountered: