Skip to content

Commit 62d3c2e

Browse files
committed
Add clarifying comment for why Azul was chosen
1 parent cdea764 commit 62d3c2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

buildSrc/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ plugins {
55
kotlin {
66
jvmToolchain {
77
languageVersion.set(JavaLanguageVersion.of(8))
8+
9+
// Azul has been chosen due to its wide range of supported platforms for
10+
// Java 8, including arm64 for macOS.
11+
// See: https://foojay.io/almanac/jdk-8
812
vendor.set(JvmVendorSpec.AZUL)
913
}
1014
}

0 commit comments

Comments
 (0)