upgrade to gradle 0.9-rc-1

This commit is contained in:
kimchy 2010-08-16 12:43:14 +03:00
parent 92aa91d7b2
commit 12bacbbc38
3 changed files with 3 additions and 11 deletions

View File

@ -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.

View File

@ -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