Skip to content

Commit e0c3646

Browse files
committed
fix library tests
1 parent e5a5830 commit e0c3646

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

instrumentation/graphql-java/graphql-java-20.0/library/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ if (findProperty("testLatestDeps") as Boolean) {
1414
minJavaVersionSupported.set(JavaVersion.VERSION_11)
1515
}
1616
}
17+
18+
tasks.withType<Test>().configureEach {
19+
jvmArgs("-Dotel.instrumentation.graphql.data-fetcher.enabled=true")
20+
}

0 commit comments

Comments
 (0)