mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 04:45:37 +00:00
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'
|
||||
}
|
||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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…
x
Reference in New Issue
Block a user