Add vertx latestDepTest

This commit is contained in:
Tyler Benson 2018-11-15 09:58:21 -08:00
parent 2ad1dee113
commit 6126d6632e
1 changed files with 9 additions and 7 deletions

View File

@ -20,13 +20,13 @@ muzzle {
} }
} }
//apply plugin: 'org.unbroken-dome.test-sets' apply plugin: 'org.unbroken-dome.test-sets'
//
//testSets { testSets {
// latestDepTest { latestDepTest {
// dirName = 'test' dirName = 'test'
// } }
//} }
sourceCompatibility = 1.8 sourceCompatibility = 1.8
targetCompatibility = 1.8 targetCompatibility = 1.8
@ -46,4 +46,6 @@ dependencies {
testCompile project(':dd-java-agent:instrumentation:trace-annotation') testCompile project(':dd-java-agent:instrumentation:trace-annotation')
testCompile project(':dd-java-agent:instrumentation:netty-4.1') testCompile project(':dd-java-agent:instrumentation:netty-4.1')
testCompile group: 'io.vertx', name: 'vertx-web', version: '3.5.0' testCompile group: 'io.vertx', name: 'vertx-web', version: '3.5.0'
latestDepTestCompile group: 'io.vertx', name: 'vertx-web', version: '+'
} }