Skip to content

Commit

Permalink
updated to Gradle 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
porst17 committed Jul 3, 2014
1 parent ac1eef1 commit 97782ab
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 @@ -23,7 +23,7 @@ dependencies {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.3'
gradleVersion = '1.12'
}

uploadArchives {
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 @@
#Sun Jan 20 18:05:06 CET 2013
#Thu Jul 03 15:55:29 CEST 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-1.12-bin.zip

0 comments on commit 97782ab

Please sign in to comment.