You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to reproduce: remove JVM_21 on your machine, run gradle sync.
I've fixed that by removing all jvmToolchains from gradle.plugins conventions. Seems like the build is working now.
The text was updated successfully, but these errors were encountered:
rcd27
linked a pull request
Mar 4, 2024
that will
close
this issue
Hey thanks for submitting this, its something I forgot to configure now I'm making this public. The Gradle toolchains config is actually quite important for me as it allows me to remove one of the many variables (The build JDK) when debugging issues. Instead what I'll do is add id("org.gradle.toolchains.foojay-resolver-convention") to the settings.gradle.kts as a plugin, and this will download the required JDK on the fly as part of the build
How to reproduce: remove JVM_21 on your machine, run gradle sync.
I've fixed that by removing all
jvmToolchains
fromgradle.plugins
conventions. Seems like the build is working now.The text was updated successfully, but these errors were encountered: