Skip to content

Commit

Permalink
Upgrade to Gradle 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Aug 9, 2013
1 parent 7236c63 commit 84beb57
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion complete/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ dependencies {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.6'
gradleVersion = '1.7'
}
Binary file modified complete/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions complete/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Aug 01 15:26:36 EDT 2013
#Fri Aug 09 11:35:50 CDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip
2 changes: 1 addition & 1 deletion initial/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ dependencies {
}

task wrapper(type: Wrapper) {
gradleVersion = '1.6'
gradleVersion = '1.7'
}
Binary file modified initial/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions initial/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Aug 01 15:26:36 EDT 2013
#Fri Aug 09 11:41:58 CDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.7-bin.zip

0 comments on commit 84beb57

Please sign in to comment.