Skip to content

Commit 5a502dc

Browse files
committed
fix: Make vertx compile test with Java 11
1 parent 04bd398 commit 5a502dc

File tree

1 file changed

+5
-0
lines changed
  • dd-java-agent/instrumentation/vertx/vertx-web/vertx-web-5.0

1 file changed

+5
-0
lines changed

dd-java-agent/instrumentation/vertx/vertx-web/vertx-web-5.0/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
apply from: "$rootDir/gradle/java.gradle"
22

3+
tracerJava {
4+
addSourceSetFor(JavaVersion.VERSION_11)
5+
}
6+
37
testJvmConstraint {
48
minJavaVersion = JavaVersion.VERSION_11
59
}
@@ -55,3 +59,4 @@ dependencies {
5559
tasks.named("compileJava", JavaCompile) {
5660
configureCompiler(it, 11, JavaVersion.VERSION_1_8)
5761
}
62+

0 commit comments

Comments
 (0)