No need to enable grizzly instrumentation, it is enabled by default (#10050)
This commit is contained in:
parent
d4e03ccd52
commit
49befbd024
|
@ -25,8 +25,6 @@ tasks {
|
|||
}
|
||||
|
||||
withType<Test>().configureEach {
|
||||
jvmArgs("-Dotel.instrumentation.grizzly.enabled=true")
|
||||
|
||||
// required on jdk17
|
||||
jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
|
||||
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
|
||||
|
|
Loading…
Reference in New Issue