Skip to content

Commit 4fa0c68

Browse files
committed
undo for specific test suite
1 parent 4a67e01 commit 4fa0c68

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exporters/otlp/all/build.gradle.kts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,12 @@ testing {
6464
}
6565
}
6666
}
67+
if (it.equals("LATEST")) {
68+
implementation("com.squareup.okhttp3:okhttp-jvm")
69+
} else {
70+
implementation("com.squareup.okhttp3:okhttp")
71+
}
6772

68-
implementation("com.squareup.okhttp3:okhttp-jvm")
6973
implementation("io.grpc:grpc-stub")
7074
}
7175

0 commit comments

Comments
 (0)