We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35592e4 commit 673d893Copy full SHA for 673d893
spring-native/build.gradle.kts
@@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
3
plugins {
4
id("java")
5
id("org.springframework.boot") version "3.5.12"
6
- id("org.graalvm.buildtools.native") version "0.11.5"
+ id("org.graalvm.buildtools.native") version "1.0.0"
7
}
8
9
description = "OpenTelemetry Example for Spring native images"
0 commit comments