Update to latest Gradle snapshot
This commit is contained in:
@@ -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'
|
||||
|
||||
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user