Suppress strict scope check for reactor-netty (#4091)

This commit is contained in:
Trask Stalnaker 2021-09-11 11:46:03 -07:00 committed by GitHub
parent 6cc403cdf2
commit 34ddc6911d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -44,3 +44,7 @@ tasks {
}
}
}
tasks.withType<Test>().configureEach {
jvmArgs("-Dio.opentelemetry.javaagent.shaded.io.opentelemetry.context.enableStrictContext=false")
}

View File

@ -43,3 +43,7 @@ tasks {
}
}
}
tasks.withType<Test>().configureEach {
jvmArgs("-Dio.opentelemetry.javaagent.shaded.io.opentelemetry.context.enableStrictContext=false")
}