Fix typo (#12951)
This commit is contained in:
parent
9bd4f795c9
commit
242e10dfd8
|
@ -46,7 +46,7 @@ dependencies {
|
||||||
configurations.configureEach {
|
configurations.configureEach {
|
||||||
if (name == "testRuntimeClasspath" || name == "testCompileClasspath") {
|
if (name == "testRuntimeClasspath" || name == "testCompileClasspath") {
|
||||||
resolutionStrategy {
|
resolutionStrategy {
|
||||||
// earliest version that works with out test harness
|
// earliest version that works with our test harness
|
||||||
force("io.opentelemetry:opentelemetry-api:1.4.0")
|
force("io.opentelemetry:opentelemetry-api:1.4.0")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue