This commit is contained in:
Trask Stalnaker 2024-12-22 19:40:25 -08:00 committed by GitHub
parent 9bd4f795c9
commit 242e10dfd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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")
} }
} }