Skip to content

Commit e7425eb

Browse files
Compile latest dep tests for Karate with Java 11
1 parent 0767e3c commit e7425eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dd-java-agent/instrumentation/karate/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,9 @@ sourceSets {
8080
}
8181
}
8282
}
83+
84+
tasks.named("compileLatestDepTestJava").configure {
85+
setJavaVersion(it, 11)
86+
sourceCompatibility = JavaVersion.VERSION_1_8
87+
targetCompatibility = JavaVersion.VERSION_1_8
88+
}

0 commit comments

Comments
 (0)