Upgrade to Native Build Tools Plugin 0.9.13
The Native Build Tools version is now managed in gradle.properties with the key 'nativeBuildToolsVersion' Closes gh-31688
This commit is contained in:
parent
99fabfa934
commit
70af81675e
|
@ -6,5 +6,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
|
|||
|
||||
kotlinVersion=1.7.10
|
||||
tomcatVersion=10.0.22
|
||||
nativeBuildToolsVersion=0.9.13
|
||||
|
||||
kotlin.stdlib.default.dependency=false
|
||||
|
|
|
@ -1073,7 +1073,7 @@ bom {
|
|||
]
|
||||
}
|
||||
}
|
||||
library("Native Build Tools Plugin", "0.9.11") {
|
||||
library("Native Build Tools Plugin", "${nativeBuildToolsVersion}") {
|
||||
group("org.graalvm.buildtools") {
|
||||
plugins = [
|
||||
"native-maven-plugin"
|
||||
|
|
|
@ -129,7 +129,7 @@ bom {
|
|||
]
|
||||
}
|
||||
}
|
||||
library("Native Gradle Plugin", "0.9.11") {
|
||||
library("Native Gradle Plugin", "${nativeBuildToolsVersion}") {
|
||||
group("org.graalvm.buildtools") {
|
||||
modules = [
|
||||
"native-gradle-plugin"
|
||||
|
|
Loading…
Reference in New Issue