We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd4f79 commit 242e10dCopy full SHA for 242e10d
instrumentation/opentelemetry-api/opentelemetry-api-1.0/javaagent/build.gradle.kts
@@ -46,7 +46,7 @@ dependencies {
46
configurations.configureEach {
47
if (name == "testRuntimeClasspath" || name == "testCompileClasspath") {
48
resolutionStrategy {
49
- // earliest version that works with out test harness
+ // earliest version that works with our test harness
50
force("io.opentelemetry:opentelemetry-api:1.4.0")
51
}
52
0 commit comments