upgrade to gradle 0.9 rc3
This commit is contained in:
parent
789073639d
commit
29c7fc39ba
|
@ -142,6 +142,6 @@ task release(dependsOn: [zip, tar]) << {
|
||||||
}
|
}
|
||||||
|
|
||||||
task wrapper(type: Wrapper) {
|
task wrapper(type: Wrapper) {
|
||||||
gradleVersion = '0.9-rc-2'
|
gradleVersion = '0.9-rc-3'
|
||||||
jarPath = 'gradle'
|
jarPath = 'gradle'
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
|
@ -1,8 +1,8 @@
|
||||||
#Sat Oct 30 19:56:02 IST 2010
|
#Sun Dec 19 05:50:24 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-rc-2
|
distributionVersion=0.9-rc-3
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
urlRoot=http\://dist.codehaus.org/gradle
|
urlRoot=http\://dist.codehaus.org/gradle
|
||||||
distributionName=gradle
|
distributionName=gradle
|
||||||
|
|
Loading…
Reference in New Issue