Skip to content

Commit

Permalink
Migrated to Gradle 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed May 5, 2017
1 parent ff66dc7 commit cd5d627
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -581,5 +581,5 @@ def date() {
// --- wrapper ----------------------------------------------------------------

task wrapper(type: Wrapper) {
gradleVersion = '3.4.1'
gradleVersion = '3.5'
}
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repositories {
}

dependencies {
compile 'org.codehaus.groovy:groovy-all:2.4.7'
compile 'org.codehaus.groovy:groovy-all:2.4.10'
compile 'org.yaml:snakeyaml:1.13'
compile 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
compile 'org.apache.httpcomponents:httpmime:4.3'
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Mar 11 23:18:04 CET 2017
#Fri May 05 11:37:09 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip

0 comments on commit cd5d627

Please sign in to comment.