Skip to content

Commit 4ce36ea

Browse files
Compile latest dep tests for Karate with Java 11 (#8249)
1 parent 26eee50 commit 4ce36ea

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)