This repository was archived by the owner on Sep 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Gradle and JDK 16 #198
Comments
Gradle is so slow 😟 |
This one will work with JDK 16 |
java {
toolchain {
languageVersion.set(JavaLanguageVersion.of(11))
vendor.set(JvmVendorSpec.ADOPTOPENJDK)
implementation.set(JvmImplementation.J9)
}
} https://docs.gradle.org/7.0-milestone-3/userguide/toolchains.html |
JDK 16 IS GENERAL AVAILABLE!! |
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
gradle/gradle#13481
gradle/gradle#15566
The text was updated successfully, but these errors were encountered: