Skip to content

Commit 5b2a4da

Browse files
committed
Specify JVM vendor for the build toolchains
1 parent 47872ce commit 5b2a4da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ allprojects {
2525
java {
2626
toolchain {
2727
languageVersion = JavaLanguageVersion.of(21)
28+
vendor = JvmVendorSpec.ADOPTIUM // Gradle constant for Temurin
2829
}
2930
}
3031
}

0 commit comments

Comments
 (0)