Upgrade to gradle 4.8.1
This commit is contained in:
parent
7405b7711b
commit
17c2f28947
|
@ -53,7 +53,7 @@ buildScan {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.gradleWrapperVersion = '4.7'
|
ext.gradleWrapperVersion = '4.8.1'
|
||||||
task wrapper(type: Wrapper) {
|
task wrapper(type: Wrapper) {
|
||||||
gradleVersion = gradleWrapperVersion
|
gradleVersion = gradleWrapperVersion
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,7 +20,6 @@ import static ratpack.groovy.test.embed.GroovyEmbeddedApp.ratpack
|
||||||
class DDApiTest extends Specification {
|
class DDApiTest extends Specification {
|
||||||
static mapper = new ObjectMapper(new MessagePackFactory())
|
static mapper = new ObjectMapper(new MessagePackFactory())
|
||||||
|
|
||||||
// first test takes longer
|
|
||||||
def "sending an empty list of traces returns no errors"() {
|
def "sending an empty list of traces returns no errors"() {
|
||||||
setup:
|
setup:
|
||||||
def agent = ratpack {
|
def agent = ratpack {
|
||||||
|
|
Binary file not shown.
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Loading…
Reference in New Issue