提交 a413aaf1 编写于 作者: S Skylot

update gradle to 1.7

上级 e9439653
......@@ -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'
}
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册