Skip to content
New issue

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

Gradle 9 / JVM 17 #229

Open
drernie opened this issue Aug 23, 2024 · 3 comments
Open

Gradle 9 / JVM 17 #229

drernie opened this issue Aug 23, 2024 · 3 comments

Comments

@drernie
Copy link
Member

drernie commented Aug 23, 2024

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

@drernie
Copy link
Member Author

drernie commented Dec 6, 2024

NOTE: After 23.04.4 fails on groovy dependencies / JDK dependencies

@drernie
Copy link
Member Author

drernie commented Dec 6, 2024

Looks like we need groovy 4 for 23.10.0 or later

@drernie
Copy link
Member Author

drernie commented Dec 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant