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 c48dfea commit a1050cfCopy full SHA for a1050cf
instrumentation/rxjava/rxjava-2.0/library/build.gradle.kts
@@ -14,6 +14,4 @@ tasks.withType<Test>().configureEach {
14
// required on jdk17, uses spock Mock that needs access to jdk internals
15
jvmArgs("--add-opens=java.base/java.lang.invoke=ALL-UNNAMED")
16
jvmArgs("-XX:+IgnoreUnrecognizedVMOptions")
17
-
18
- jvmArgs("-Dio.opentelemetry.context.enableStrictContext=false")
19
}
instrumentation/rxjava/rxjava-3.0/library/build.gradle.kts
@@ -11,7 +11,3 @@ dependencies {
11
12
latestDepTestLibrary("io.reactivex.rxjava3:rxjava:3.1.0") // see rxjava-3.1.1 module
13
-tasks.withType<Test>().configureEach {
-}
0 commit comments