Slackbot
07/25/2023, 4:54 PMTom Koptel
07/25/2023, 5:31 PM--stacktrace
It is possible that some of the tools does not support Java version 17.Jetpunk Cubing
07/25/2023, 5:39 PMJetpunk Cubing
07/25/2023, 5:39 PMJetpunk Cubing
07/25/2023, 5:40 PMTom Koptel
07/25/2023, 5:40 PMcd to-project/
./gradlew :compileJava --stacktrace
Jetpunk Cubing
07/25/2023, 5:40 PMVampire
07/25/2023, 7:10 PMrelease = 17
for the compileJava
task which cannot work. It would be better if the build used JVM toolchains feature, then it would be decoupled from the version you run Gradle with. Btw. if you now use the latest Java version to run Gradle, that's not good either, as that is not supported: https://docs.gradle.org/current/userguide/compatibility.html