We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364451a commit 7fd5dadCopy full SHA for 7fd5dad
testing-common/integration-tests/build.gradle.kts
@@ -47,7 +47,7 @@ tasks {
47
include("**/FieldBackedImplementationTest.*")
48
// this test uses reflection to access fields generated by FieldBackedProvider
49
// internal-reflection needs to be disabled because it removes these fields from reflection results.
50
- jvmArgs("-Dotel.javaagent.internal-reflection.enabled=false")
+ jvmArgs("-Dotel.instrumentation.internal-reflection.enabled=false")
51
// required on jdk17
52
jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")
53
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
0 commit comments