We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c415b9d commit 0b8a856Copy full SHA for 0b8a856
inferred-spans/build.gradle.kts
@@ -52,13 +52,3 @@ tasks {
52
jvmArgs("-Djava.util.logging.config.file=${project.projectDir.resolve("src/test/resources/logging.properties")}")
53
}
54
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
-}
0 commit comments