We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ee030f commit 76dde36Copy full SHA for 76dde36
instrumentation/methods/javaagent/build.gradle.kts
@@ -14,7 +14,7 @@ dependencies {
14
compileOnly("net.bytebuddy:byte-buddy-dep")
15
}
16
17
-tasks.withType<Test>().configureEach {
+tasks.test {
18
jvmArgs(
19
"-Dotel.instrumentation.methods.include=io.opentelemetry.javaagent.instrumentation.methods.MethodTest\$ConfigTracedCallable[call];io.opentelemetry.javaagent.instrumentation.methods.MethodTest\$ConfigTracedCompletableFuture[getResult];javax.naming.directory.InitialDirContext[search]"
20
)
0 commit comments