We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f8ae0 commit b7b46f0Copy full SHA for b7b46f0
test-projects/graalvm/build.gradle
@@ -8,6 +8,7 @@ java {
8
toolchain {
9
languageVersion = JavaLanguageVersion.of(21)
10
nativeImageCapable = true
11
+ vendor = JvmVendorSpec.BELLSOFT
12
}
13
14
0 commit comments