upgrade to gradle 1.8

This commit is contained in:
Skylot
2013-09-24 20:35:32 +04:00
parent 01c4706013
commit a99e0e9618
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -55,6 +55,6 @@ task clean(type: Delete) {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.7'
gradleVersion = '1.8'
}
Binary file not shown.
+1 -1
View File
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.8-bin.zip