Skip to content

Commit

Permalink
Upgrade to Gradle 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassimon committed Dec 12, 2013
1 parent 78ec984 commit c85c1cc
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 @@ -84,7 +84,7 @@ allprojects {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.8'
gradleVersion = '1.9'
}

/* vim: set ft=groovy: */
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 @@
#Thu Dec 12 13:53:40 CET 2013
#Thu Dec 12 13:59:25 CET 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.9-bin.zip

0 comments on commit c85c1cc

Please sign in to comment.