Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b7a434

Browse files
committed
Upgraded gradle to 3.1
Also upgraded libraries and disabled the daemon on the CI build
1 parent 6972acf commit 5b7a434

8 files changed

Lines changed: 12 additions & 13 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,5 @@ subprojects {
9292
apply from: "$rootDir/gradle/documentation.gradle"
9393

9494
task wrapper(type: Wrapper) {
95-
gradleVersion = '2.13'
95+
gradleVersion = '3.1'
9696
}

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- ~/.gradle
2727
test:
2828
override:
29-
- ./gradlew clean check
29+
- ./gradlew clean check -Dorg.gradle.daemon=false
3030

3131
deployment:
3232
staging:

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ext {
33
classmate = "1.3.1"
44
groovy = "2.4.7"
55
guava = "18.0"
6-
jackson = '2.7.4'
6+
jackson = '2.7.7'
77
joda = "2.9.4"
88
jsonPath = "2.2.0"
99
jsonAssert = "1.3.0"
@@ -13,7 +13,7 @@ ext {
1313
slf4j = "1.7.21"
1414
snakeyaml = '1.17'
1515
spock = "1.0-groovy-2.4"
16-
spring = "4.2.7.RELEASE"
16+
spring = "4.2.8.RELEASE"
1717
springHateoas = "0.21.0.RELEASE"
1818
springPluginVersion = "1.2.0.RELEASE"
1919
swagger2Core = "1.5.10"

gradle/wrapper/gradle-wrapper.jar

-391 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Aug 31 22:00:06 CDT 2016
1+
#Sat Sep 24 20:15:58 CDT 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip

gradlew

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

swagger-contract-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
jcenter()
77
}
88
dependencies {
9-
classpath "io.spring.gradle:dependency-management-plugin:0.6.0.RELEASE"
9+
classpath "io.spring.gradle:dependency-management-plugin:0.6.1.RELEASE"
1010
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.3.6.RELEASE")
1111
}
1212
}

0 commit comments

Comments
 (0)