Skip to content

Commit ac8ed39

Browse files
authored
comment
1 parent e1cc306 commit ac8ed39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

settings.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ pluginManagement {
77
id("org.jetbrains.kotlin.jvm") version "2.0.20"
88
id("org.xbib.gradle.plugin.jflex") version "3.0.2"
99
id("org.unbroken-dome.xjc") version "2.0.0"
10-
id("org.graalvm.buildtools.native") version "0.10.2" // See https://github.com/micronaut-projects/micronaut-tracing/blob/bdaa648ce716f1dd784ef9007de55623d45a8fb0/tracing-opentelemetry/src/main/java/io/micronaut/tracing/opentelemetry/DefaultOpenTelemetryFactory.java#L87
10+
// See https://github.com/graalvm/native-build-tools/issues/626
11+
id("org.graalvm.buildtools.native") version "0.10.2"
1112
}
1213
}
1314

0 commit comments

Comments
 (0)