Skip to content

Commit

Permalink
Upgrade to Gradle 1.0 M3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeams committed Jun 15, 2011
1 parent a31d9e7 commit dfae802
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions wrapper.gradle
Expand Up @@ -20,14 +20,12 @@
* download and install gradle.
*
* @author Chris Beams
* @see http://gradle.org/0.9.1/docs/userguide/userguide_single.html#gradle_wrapper
* @see http://gradle.org/current/docs/userguide/gradle_wrapper.html
*/
task wrapper(type: Wrapper) {
group = 'Buildmaster'
description = "Generates gradlew and gradlew.bat bootstrap scripts"
gradleVersion = '0.9.2'
urlRoot='http://gradle.artifactoryonline.com/gradle/distributions'
// place jar file and properties into a
// subdirectory to avoid root dir clutter
jarPath = 'buildSrc/wrapper'
gradleVersion = '1.0-milestone-3'
distributionUrl='http://gradle.artifactoryonline.com/gradle/distributions/gradle-1.0-milestone-3-bin.zip'
jarFile = 'buildSrc/wrapper/gradle-wrapper.jar'
}
Binary file modified wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Mon Jan 24 12:08:02 ICT 2011
#Wed Jun 15 10:51:45 GMT+08:00 2011
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://gradle.artifactoryonline.com/gradle/distributions/gradle-0.9.2-bin.zip
distributionUrl=http\://gradle.artifactoryonline.com/gradle/distributions/gradle-1.0-milestone-3-bin.zip

0 comments on commit dfae802

Please sign in to comment.