Skip to content

Commit 0b8a856

Browse files
committed
update
1 parent c415b9d commit 0b8a856

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

inferred-spans/build.gradle.kts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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-
}

0 commit comments

Comments
 (0)