Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Commit

Permalink
Bump gradle wrapper version
Browse files Browse the repository at this point in the history
  • Loading branch information
iabarca committed Jun 25, 2016
1 parent 596b034 commit 3448729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jar {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.9'
gradleVersion = '2.14'
}

task run(type: JavaExec, dependsOn: 'classes') {
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 @@
#Wed Dec 02 22:30:11 CLT 2015
#Sat Jun 25 18:03:10 CLT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip

0 comments on commit 3448729

Please sign in to comment.