gradle-output.log
# community-support
b
gradle-output.log
๐Ÿงต 2
h
What JDK version are you using? Especially the native access warnings sounds ominous
b
java --version
Copy code
openjdk 24-beta 2025-03-18
OpenJDK Runtime Environment Temurin-24+20-202410171908 (build 24-beta+20-ea)
OpenJDK 64-Bit Server VM Temurin-24+20-202410171908 (build 24-beta+20-ea, mixed mode, sharing)
h
As far as I know, JDK 24 isn't supported in Gradle yet
๐Ÿ‘† 2
๐Ÿ‘Ž 1
b
I'll try 8.14
h
It's not officially released yet, last milestone was 2 weeks ago (m7 if i remember correctly)
b
I tried with openjdk 21 but no success. I will see if I can get 8.14 working but I'm guessing there's no gradlew and I have to compile it myself?
Same result when I tried gradle milestone 7 from here: https://services.gradle.org/distributions/
v
That issue is not for running Gradle with Java 24, just for using it as JVM toolchain.
l
Java 24 will only work once 8.14-rc1 is out
v
Ah, it is for running and as toolchain, great ๐Ÿ™‚ https://docs.gradle.org/release-nightly/userguide/compatibility.html
Opposed to milestone 4 where only above-mentioned issue was solved https://docs.gradle.org/8.14-milestone-4/userguide/compatibility.html