Update to latest Gradle snapshot

This commit is contained in:
Chris Beams
2010-11-11 11:26:35 -08:00
parent 4969ec706b
commit eef14f33ca
3 changed files with 5 additions and 4 deletions

View File

@@ -19,13 +19,14 @@
* convenience scripts allow users to operate the build without being forced to
* download and install gradle.
*
* @author cbeams
* @author Chris Beams
* @see http://gradle.org/0.9-preview-3/docs/userguide/userguide_single.html#gradle_wrapper
*/
task wrapper(type: Wrapper) {
group = 'Buildmaster'
description = "Generates gradlew and gradlew.bat bootstrap scripts"
gradleVersion = '0.9-preview-3'
gradleVersion = '0.9-20101111130126+0300'
urlRoot = 'http://gradle.artifactoryonline.com/gradle/distributions/gradle-snapshots'
// place jar file and properties into a
// subdirectory to avoid root dir clutter
jarPath = 'gradle/wrapper'

Binary file not shown.

View File

@@ -1,8 +1,8 @@
#Mon Oct 25 10:36:50 EDT 2010
#Thu Nov 11 09:08:00 PST 2010
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
distributionVersion=0.9-build-daemon-20101025155230+1100
distributionVersion=0.9-20101111130126+0300
zipStorePath=wrapper/dists
urlRoot=http\://gradle.artifactoryonline.com/gradle/distributions/gradle-snapshots
distributionName=gradle