No need to enable grizzly instrumentation, it is enabled by default (#10050)

This commit is contained in:
Lauri Tulmin 2023-12-12 21:08:41 +02:00 committed by GitHub
parent d4e03ccd52
commit 49befbd024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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")