Skip to content

Commit 3da79d2

Browse files
committed
try
1 parent ab49645 commit 3da79d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/graal-incubating/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ graalvmNative {
3434
named("test") {
3535
// JUnit initialization is now handled automatically by the GraalVM plugin 0.11+
3636
javaLauncher = javaToolchains.launcherFor {
37-
languageVersion = JavaLanguageVersion.of(21)
37+
languageVersion = java.toolchain.languageVersion
3838
vendor = JvmVendorSpec.matching("GraalVM Community")
3939
}
4040
}

integration-tests/graal/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ graalvmNative {
3232
named("test") {
3333
// JUnit initialization is now handled automatically by the GraalVM plugin 0.11+
3434
javaLauncher = javaToolchains.launcherFor {
35-
languageVersion = JavaLanguageVersion.of(21)
35+
languageVersion = java.toolchain.languageVersion
3636
vendor = JvmVendorSpec.matching("GraalVM Community")
3737
}
3838
}

0 commit comments

Comments
 (0)