Rename to Ratpack 1.4
This commit is contained in:
parent
6c1c830805
commit
582c0af962
|
@ -3,7 +3,7 @@ apply plugin: 'version-scan'
|
|||
versionScan {
|
||||
group = "io.ratpack"
|
||||
module = 'ratpack'
|
||||
versions = "[1.4.6,)"
|
||||
versions = "[1.4.0,)"
|
||||
verifyPresent = [
|
||||
"ratpack.exec.ExecStarter" : null,
|
||||
"ratpack.exec.Execution" : null,
|
||||
|
@ -31,7 +31,7 @@ if (JavaVersion.current() != JavaVersion.VERSION_1_8) {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly group: 'io.ratpack', name: 'ratpack-core', version: '1.4.6'
|
||||
compileOnly group: 'io.ratpack', name: 'ratpack-core', version: '1.4.0'
|
||||
|
||||
compile project(':dd-trace-ot')
|
||||
compile project(':dd-java-agent:agent-tooling')
|
||||
|
@ -41,7 +41,7 @@ dependencies {
|
|||
compile deps.autoservice
|
||||
|
||||
testCompile project(':dd-java-agent:testing')
|
||||
testCompile group: 'io.ratpack', name: 'ratpack-test', version: '1.4.6'
|
||||
testCompile group: 'io.ratpack', name: 'ratpack-test', version: '1.4.0'
|
||||
|
||||
testCompile group: 'com.squareup.okhttp3', name: 'okhttp', version: '3.6.0'
|
||||
}
|
|
@ -34,7 +34,7 @@ include ':dd-java-agent:instrumentation:play-2.4:play-2.6-testing'
|
|||
include ':dd-java-agent:instrumentation:servlet-2'
|
||||
include ':dd-java-agent:instrumentation:servlet-3'
|
||||
include ':dd-java-agent:instrumentation:spring-web'
|
||||
include ':dd-java-agent:instrumentation:ratpack'
|
||||
include ':dd-java-agent:instrumentation:ratpack-1.4'
|
||||
include ':dd-java-agent:instrumentation:trace-annotation'
|
||||
|
||||
// benchmark
|
||||
|
|
Loading…
Reference in New Issue