File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 `java- platform`
33}
44
5- val otelInstrumentationVersion = " 2.19 .0-alpha"
5+ val otelInstrumentationVersion = " 2.20 .0-alpha"
66val semconvVersion = " 1.37.0"
77
88javaPlatform {
Original file line number Diff line number Diff line change @@ -52,13 +52,3 @@ tasks {
5252 jvmArgs(" -Djava.util.logging.config.file=${project.projectDir.resolve(" src/test/resources/logging.properties" )} " )
5353 }
5454}
55-
56- // todo remove when https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14497 is merged
57- // pin io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator to 2.20.0-alpha-SNAPSHOT
58-
59- configurations.all {
60- resolutionStrategy {
61- force(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-incubator:2.20.0-alpha-SNAPSHOT" )
62- force(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-api:2.19.0" )
63- }
64- }
You can’t perform that action at this time.
0 commit comments