Skip to content

Commit c2af08e

Browse files
author
Justin Ryan
committed
Upgrade to Gradle 1.1.
1 parent 0f0c611 commit c2af08e

5 files changed

Lines changed: 95 additions & 95 deletions

File tree

gradle/convention.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ task aggregateJavadoc(type: Javadoc) {
4040

4141
// Generate wrapper, which is distributed as part of source to alleviate the need of installing gradle
4242
task createWrapper(type: Wrapper) {
43-
gradleVersion = '1.0-milestone-9'
43+
gradleVersion = '1.1'
4444
}

gradle/wrapper/gradle-wrapper.jar

5.62 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Mar 14 13:19:56 PDT 2012
1+
#Tue Aug 14 16:28:54 PDT 2012
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-milestone-9-bin.zip
6+
distributionUrl=http\://services.gradle.org/distributions/gradle-1.1-bin.zip

gradlew

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 90 additions & 90 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)