Skip to content

Commit

Permalink
[build] Switch to AdoptOpenJDK distro. Relates to #604
Browse files Browse the repository at this point in the history
Alas, Gradle only auto-downloads AdopOpenDJK/Adoptium builds.
Can't expect everyone making a build to have a suitable JDK
installed via Sdkman or Jabba. Unfortunately AdoptOpenJDK will
have to do for now.

See gradle/gradle#19140
  • Loading branch information
aalmiray committed Dec 15, 2021
1 parent 54ac575 commit 4362c41
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ tasks.withType(JavaCompile) { JavaCompile c ->
java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
vendor = JvmVendorSpec.AZUL
vendor = JvmVendorSpec.ADOPTOPENJDK
}
}

Expand Down

0 comments on commit 4362c41

Please sign in to comment.