Skip to content

Commit 1ba58ab

Browse files
committed
fix latest deps
1 parent 9649cc3 commit 1ba58ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

instrumentation/grpc-1.6/javaagent/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ tasks {
5656
testClassesDirs = sourceSets.test.get().output.classesDirs
5757
classpath = sourceSets.test.get().runtimeClasspath
5858

59+
// replicated base config from standard test task
60+
systemProperty("testLatestDeps", findProperty("testLatestDeps") as Boolean)
5961
jvmArgs("-Dotel.javaagent.experimental.thread-propagation-debugger.enabled=false")
6062
jvmArgs("-Dotel.instrumentation.grpc.capture-metadata.client.request=some-client-key")
6163
jvmArgs("-Dotel.instrumentation.grpc.capture-metadata.server.request=some-server-key")

0 commit comments

Comments
 (0)