This message was deleted.
# community-support
s
This message was deleted.
v
Yes. 🙂
j
Thank God :D
v
The JVM toolchain is only used for the things that are built, so for compile tasks, tests tasks, code quality tasks, ...
But Gradle is still run with what Gradle is run
As it complains about configuration
:classpath
this is used in some build script classpath and thus needs to be compatible with the Java version used to run Gradle
And that is in your case Java 11
j
Got it — so I need to explicitly request for Java 17 on CI.
v
Exactly
j
Thanks, you’re awesome!
👌 1