upgrade to use gradle 1.0 M8a
This commit is contained in:
parent
1278d12000
commit
a12f50c870
|
@ -336,5 +336,5 @@ dependsOnChildren()
|
||||||
// 2) /gradlew.bat which is the windows bat script for for executing builds
|
// 2) /gradlew.bat which is the windows bat script for for executing builds
|
||||||
// 3) /wrapper which is a directory named by the "jarPath" config which contains other needed files.
|
// 3) /wrapper which is a directory named by the "jarPath" config which contains other needed files.
|
||||||
task wrapper(type: Wrapper) {
|
task wrapper(type: Wrapper) {
|
||||||
gradleVersion = '1.0-milestone-8'
|
gradleVersion = '1.0-milestone-8a'
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-milestone-8-bin.zip
|
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-milestone-8a-bin.zip
|
||||||
|
|
Loading…
Reference in New Issue