|
@@ -25,8 +25,6 @@ tasks {
|
|
}
|
|
}
|
|
|
|
|
|
withType<Test>().configureEach {
|
|
withType<Test>().configureEach {
|
|
- jvmArgs("-Dotel.instrumentation.grizzly.enabled=true")
|
|
|
|
-
|
|
|
|
// required on jdk17
|
|
// required on jdk17
|
|
jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
|
|
jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
|
|
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
|
|
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
|