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:
Moritz Halbritter 2022-07-12 13:05:00 +02:00
parent 99fabfa934
commit 70af81675e
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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"

View File

@ -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"