update gradle wrapper version to 1.0-m3
This commit is contained in:
parent
ee3dd3c5ff
commit
2be9501710
|
@ -314,5 +314,5 @@ dependsOnChildren()
|
|||
// 3) /wrapper which is a directory named by the "jarPath" config which contains other needed files.
|
||||
task wrapper(type: Wrapper) {
|
||||
// HHH-6106 - this is needed for IntellJ generation until 1.0-milestone-3 is released.
|
||||
gradleVersion = '1.0-milestone-3-20110411214339+0200'
|
||||
gradleVersion = '1.0-milestone-3'
|
||||
}
|
||||
|
|
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
#Wed Apr 13 22:28:41 CDT 2011
|
||||
#Thu Sep 01 02:41:24 CST 2011
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=http\://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-3-all.zip
|
||||
distributionUrl=http\://repo.gradle.org/gradle/distributions/gradle-1.0-milestone-3-bin.zip
|
||||
|
|
Loading…
Reference in New Issue