Update graalvm buildtools native
This commit is contained in:
parent
ff803eaf45
commit
6a3ebfd4c8
@ -3,7 +3,7 @@ plugins {
|
||||
application
|
||||
eclipse
|
||||
`check-lib-versions`
|
||||
id("org.graalvm.buildtools.native") version "0.9.20"
|
||||
id("org.graalvm.buildtools.native") version "0.9.21"
|
||||
}
|
||||
|
||||
version = "0.11.8"
|
||||
@ -23,6 +23,7 @@ graalvmNative {
|
||||
resources.autodetect()
|
||||
configurationFileDirectories.from(file("graalvm-config-dir"))
|
||||
if (System.getenv("GRAALVM_HOME") == null) {
|
||||
toolchainDetection.set(true)
|
||||
javaLauncher.set(javaToolchains.launcherFor {
|
||||
languageVersion.set(JavaLanguageVersion.of(17))
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user