fix urlRoot for gradle to point to the 0.9 dist
This commit is contained in:
parent
efc95dc00a
commit
ec943b5160
|
@ -142,5 +142,6 @@ task release(dependsOn: [zip, tar]) << {
|
||||||
}
|
}
|
||||||
|
|
||||||
task wrapper(type: Wrapper) {
|
task wrapper(type: Wrapper) {
|
||||||
|
urlRoot = "http://gradle.artifactoryonline.com/gradle/distributions"
|
||||||
gradleVersion = '0.9'
|
gradleVersion = '0.9'
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#Sun Dec 19 19:52:10 IST 2010
|
#Mon Dec 20 17:56:15 IST 2010
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
distributionVersion=0.9
|
distributionVersion=0.9
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
urlRoot=http\://dist.codehaus.org/gradle
|
urlRoot=http\://gradle.artifactoryonline.com/gradle/distributions
|
||||||
distributionName=gradle
|
distributionName=gradle
|
||||||
distributionClassifier=bin
|
distributionClassifier=bin
|
||||||
|
|
Loading…
Reference in New Issue