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 b84954d commit 6a78acaCopy full SHA for 6a78aca
instrumentation/spring/spring-webflux/spring-webflux-5.0/testing-webflux7/build.gradle.kts
@@ -1,5 +1,4 @@
1
plugins {
2
- id("otel.java-conventions")
3
id("otel.javaagent-testing")
4
}
5
@@ -24,8 +23,5 @@ otelJava {
24
23
25
26
tasks.withType<Test>().configureEach {
27
- // required on jdk17
28
- jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
29
- jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
30
jvmArgs("-Dotel.instrumentation.common.experimental.controller-telemetry.enabled=true")
31
0 commit comments