Skip to content

Commit 4d4fc6c

Browse files
Update plugin org.graalvm.buildtools.native to v0.10.3
1 parent f8f6e53 commit 4d4fc6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graalvm/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
application
33
kotlin("jvm") version "2.0.20"
44
id("io.ktor.plugin") version "3.0.0"
5-
id("org.graalvm.buildtools.native") version "0.9.19"
5+
id("org.graalvm.buildtools.native") version "0.10.3"
66
}
77

88
group = "io.ktor"

native-image-server-with-yaml-config/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
kotlin("jvm") version "2.0.10"
77
id("io.ktor.plugin") version "3.0.0-beta-2"
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.10.3"
1010
}
1111

1212
group = "example.com"

0 commit comments

Comments
 (0)