We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e55a95b + 673d893 commit b93c2cdCopy full SHA for b93c2cd
settings.gradle.kts
@@ -5,7 +5,7 @@ pluginManagement {
5
id("com.google.protobuf") version "0.9.6"
6
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
7
id("com.google.cloud.tools.jib") version "3.5.3"
8
- id("com.gradle.develocity") version "4.3.2"
+ id("com.gradle.develocity") version "4.4.0"
9
}
10
11
spring-native/build.gradle.kts
@@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
3
plugins {
4
id("java")
id("org.springframework.boot") version "3.5.13"
- id("org.graalvm.buildtools.native") version "0.11.5"
+ id("org.graalvm.buildtools.native") version "1.0.0"
description = "OpenTelemetry Example for Spring native images"
0 commit comments