File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
native-image-server-with-yaml-config Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
22 kotlin(" jvm" ) version " 2.2.20"
33 application
4- id(" org.graalvm.buildtools.native" ) version " 0.10.3 "
4+ id(" org.graalvm.buildtools.native" ) version " 0.11.1 "
55}
66
77group = " io.ktor.samples"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 application
33 kotlin(" jvm" ) version " 2.2.20"
44 id(" io.ktor.plugin" ) version " 3.3.1"
5- id(" org.graalvm.buildtools.native" ) version " 0.10.6 "
5+ id(" org.graalvm.buildtools.native" ) version " 0.11.1 "
66 kotlin(" plugin.serialization" ) version " 2.2.20"
77}
88
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 kotlin(" jvm" ) version " 2.2.20"
77 id(" io.ktor.plugin" ) version " 3.3.1"
88 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.11.1 "
1010}
1111
1212group = " example.com"
You can’t perform that action at this time.
0 commit comments