Skip to content

Commit

Permalink
Upgrade to Gradle 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Jul 18, 2016
1 parent b22445d commit b630543
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -217,5 +217,5 @@ spotless {
}

task wrapper(type: Wrapper) {
distributionUrl = 'https://services.gradle.org/distributions/gradle-2.14-bin.zip'
distributionUrl = 'https://services.gradle.org/distributions/gradle-2.14.1-bin.zip'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sat Jun 25 13:33:30 CEST 2016
#Mon Jul 18 11:55:30 CEST 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip

0 comments on commit b630543

Please sign in to comment.