update gradle to 1.7

This commit is contained in:
Skylot
2013-09-04 22:59:43 +04:00
parent e94396532e
commit a413aaf140
3 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -10,6 +10,10 @@ subprojects {
version = jadxVersion
compileJava {
options.compilerArgs << '-Xlint'
}
jar {
version = jadxVersion
}
@@ -50,6 +54,6 @@ task clean(type: Delete) {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.6'
gradleVersion = '1.7'
}
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.6-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip