File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments