mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 18:04:52 +00:00
upgrade to gradle 0.9-rc-1
This commit is contained in:
parent
92aa91d7b2
commit
12bacbbc38
10
build.gradle
10
build.gradle
@ -97,19 +97,11 @@ task zip(type: Zip, dependsOn: ['explodedDist']) {
|
||||
into zipRootFolder
|
||||
exclude 'bin/elasticsearch'
|
||||
exclude 'bin/plugin'
|
||||
exclude 'bin/service/elasticsearch'
|
||||
exclude 'bin/service/elasticsearch32'
|
||||
exclude 'bin/service/elasticsearch64'
|
||||
exclude 'bin/service/exec/**'
|
||||
}
|
||||
from(explodedDistDir) {
|
||||
into zipRootFolder
|
||||
include 'bin/elasticsearch'
|
||||
include 'bin/plugin'
|
||||
include 'bin/service/elasticsearch'
|
||||
include 'bin/service/elasticsearch32'
|
||||
include 'bin/service/elasticsearch64'
|
||||
include 'bin/service/exec/**'
|
||||
fileMode = 0755
|
||||
}
|
||||
}
|
||||
@ -119,6 +111,6 @@ task release(dependsOn: [zip]) << {
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '0.9-preview-3'
|
||||
gradleVersion = '0.9-rc-1'
|
||||
jarPath = 'gradle'
|
||||
}
|
||||
|
Binary file not shown.
@ -1,8 +1,8 @@
|
||||
#Fri Jun 11 01:01:20 IDT 2010
|
||||
#Mon Aug 16 12:38:18 IDT 2010
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
distributionVersion=0.9-preview-3
|
||||
distributionVersion=0.9-rc-1
|
||||
zipStorePath=wrapper/dists
|
||||
urlRoot=http\://dist.codehaus.org/gradle
|
||||
distributionName=gradle
|
||||
|
Loading…
x
Reference in New Issue
Block a user