Skip to content

Commit 6a78aca

Browse files
committed
remove unneeded plugin and jvmArgs
1 parent b84954d commit 6a78aca

File tree

1 file changed

+0
-4
lines changed
  • instrumentation/spring/spring-webflux/spring-webflux-5.0/testing-webflux7

1 file changed

+0
-4
lines changed

instrumentation/spring/spring-webflux/spring-webflux-5.0/testing-webflux7/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
plugins {
2-
id("otel.java-conventions")
32
id("otel.javaagent-testing")
43
}
54

@@ -24,8 +23,5 @@ otelJava {
2423
}
2524

2625
tasks.withType<Test>().configureEach {
27-
// required on jdk17
28-
jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
29-
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
3026
jvmArgs("-Dotel.instrumentation.common.experimental.controller-telemetry.enabled=true")
3127
}

0 commit comments

Comments
 (0)