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 7e725e7 commit 2d6e5aaCopy full SHA for 2d6e5aa
instrumentation/undertow-1.4/javaagent/build.gradle.kts
@@ -28,7 +28,7 @@ tasks.withType<Test>().configureEach {
28
// since 2.3.x, undertow is compiled by JDK 11
29
val latestDepTest = findProperty("testLatestDeps") as Boolean
30
if (latestDepTest) {
31
- tasks.withType<JavaCompile>().configureEach {
32
- options.release.set(11)
+ otelJava {
+ minJavaVersionSupported.set(JavaVersion.VERSION_11)
33
}
34
0 commit comments