We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26eee50 commit 4ce36eaCopy full SHA for 4ce36ea
1 file changed
dd-java-agent/instrumentation/karate/build.gradle
@@ -80,3 +80,9 @@ sourceSets {
80
}
81
82
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