File tree 3 files changed +3
-3
lines changed
native-image-server-with-yaml-config
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
kotlin(" jvm" ) version " 2.0.21"
3
3
application
4
- id(" org.graalvm.buildtools.native" ) version " 0.10.3 "
4
+ id(" org.graalvm.buildtools.native" ) version " 0.10.5 "
5
5
}
6
6
7
7
group = " io.ktor.samples"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
2
2
application
3
3
kotlin(" jvm" ) version " 2.1.0"
4
4
id(" io.ktor.plugin" ) version " 3.1.0"
5
- id(" org.graalvm.buildtools.native" ) version " 0.9.19 "
5
+ id(" org.graalvm.buildtools.native" ) version " 0.10.5 "
6
6
}
7
7
8
8
group = " io.ktor"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
kotlin(" jvm" ) version " 2.0.10"
7
7
id(" io.ktor.plugin" ) version " 3.1.0"
8
8
id(" org.jetbrains.kotlin.plugin.serialization" ) version " 2.0.10"
9
- id(" org.graalvm.buildtools.native" ) version " 0.10.2 "
9
+ id(" org.graalvm.buildtools.native" ) version " 0.10.5 "
10
10
}
11
11
12
12
group = " example.com"
You can’t perform that action at this time.
0 commit comments