Skip to content

Commit 70af816

Browse files
committed
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 spring-projectsgh-31688
1 parent 99fabfa commit 70af816

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
66

77
kotlinVersion=1.7.10
88
tomcatVersion=10.0.22
9+
nativeBuildToolsVersion=0.9.13
910

1011
kotlin.stdlib.default.dependency=false

spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ bom {
10731073
]
10741074
}
10751075
}
1076-
library("Native Build Tools Plugin", "0.9.11") {
1076+
library("Native Build Tools Plugin", "${nativeBuildToolsVersion}") {
10771077
group("org.graalvm.buildtools") {
10781078
plugins = [
10791079
"native-maven-plugin"

spring-boot-project/spring-boot-parent/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ bom {
129129
]
130130
}
131131
}
132-
library("Native Gradle Plugin", "0.9.11") {
132+
library("Native Gradle Plugin", "${nativeBuildToolsVersion}") {
133133
group("org.graalvm.buildtools") {
134134
modules = [
135135
"native-gradle-plugin"

0 commit comments

Comments
 (0)