We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3b8fc commit d67f8fdCopy full SHA for d67f8fd
dd-java-agent/instrumentation/vertx-web-5.0/build.gradle
@@ -1,5 +1,7 @@
1
// Set properties before any plugins get loaded
2
ext {
3
+ defaultJdkVersion = 11
4
+ defaultJavaVersion = 8
5
minJavaVersionForTests = JavaVersion.VERSION_11
6
}
7
@@ -22,12 +24,6 @@ configurations {
22
24
testArtifacts
23
25
26
-java {
- toolchain {
27
- languageVersion.set(JavaLanguageVersion.of(11))
28
- }
29
-}
30
-
31
// Create test artifacts so vertx-rx can reuse the server test instrumentation and base class
32
artifacts {
33
testArtifacts testJar
0 commit comments