Skip to content

Commit

Permalink
Compile latest dep tests for Karate with Java 11 (#8249)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-tkachenko-datadog authored Jan 20, 2025
1 parent 26eee50 commit 4ce36ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dd-java-agent/instrumentation/karate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,9 @@ sourceSets {
}
}
}

tasks.named("compileLatestDepTestJava").configure {
setJavaVersion(it, 11)
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

0 comments on commit 4ce36ea

Please sign in to comment.