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) {
|
||||
urlRoot = "http://gradle.artifactoryonline.com/gradle/distributions"
|
||||
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
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
distributionVersion=0.9
|
||||
zipStorePath=wrapper/dists
|
||||
urlRoot=http\://dist.codehaus.org/gradle
|
||||
urlRoot=http\://gradle.artifactoryonline.com/gradle/distributions
|
||||
distributionName=gradle
|
||||
distributionClassifier=bin
|
||||
|
|
Loading…
Reference in New Issue