Skip to content

Commit

Permalink
Updated to Gradle 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jshiell committed Nov 16, 2015
1 parent 7678eb2 commit f3f3e80
Show file tree
Hide file tree
Showing 2 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 @@ -4,7 +4,7 @@ sourceCompatibility = 1.8
version = '4.21.1'

task wrapper(type: Wrapper) {
gradleVersion = '2.7'
gradleVersion = '2.8'
}

repositories {
Expand Down
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 @@
#Mon Oct 19 19:01:46 BST 2015
#Mon Nov 16 18:20:41 GMT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-bin.zip

0 comments on commit f3f3e80

Please sign in to comment.