Skip to content

Commit d67f8fd

Browse files
committed
Fix vertx-web-5.0
1 parent 1e3b8fc commit d67f8fd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Set properties before any plugins get loaded
22
ext {
3+
defaultJdkVersion = 11
4+
defaultJavaVersion = 8
35
minJavaVersionForTests = JavaVersion.VERSION_11
46
}
57

@@ -22,12 +24,6 @@ configurations {
2224
testArtifacts
2325
}
2426

25-
java {
26-
toolchain {
27-
languageVersion.set(JavaLanguageVersion.of(11))
28-
}
29-
}
30-
3127
// Create test artifacts so vertx-rx can reuse the server test instrumentation and base class
3228
artifacts {
3329
testArtifacts testJar

0 commit comments

Comments
 (0)