File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,5 +6,6 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8
6
6
7
7
kotlinVersion =1.7.10
8
8
tomcatVersion =10.0.22
9
+ nativeBuildToolsVersion =0.9.13
9
10
10
11
kotlin.stdlib.default.dependency =false
Original file line number Diff line number Diff line change @@ -1073,7 +1073,7 @@ bom {
1073
1073
]
1074
1074
}
1075
1075
}
1076
- library(" Native Build Tools Plugin" , " 0.9.11 " ) {
1076
+ library(" Native Build Tools Plugin" , " ${ nativeBuildToolsVersion } " ) {
1077
1077
group(" org.graalvm.buildtools" ) {
1078
1078
plugins = [
1079
1079
" native-maven-plugin"
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ bom {
129
129
]
130
130
}
131
131
}
132
- library(" Native Gradle Plugin" , " 0.9.11 " ) {
132
+ library(" Native Gradle Plugin" , " ${ nativeBuildToolsVersion } " ) {
133
133
group(" org.graalvm.buildtools" ) {
134
134
modules = [
135
135
" native-gradle-plugin"
You can’t perform that action at this time.
0 commit comments