Skip to content

Commit

Permalink
upgrade to gradle 0.9 preview3
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Jun 10, 2010
1 parent d515fe8 commit 288aa36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@ task release(dependsOn: [zip]) << {
}

task wrapper(type: Wrapper) {
gradleVersion = '0.9-preview-1'
gradleVersion = '0.9-preview-3'
jarPath = 'gradle'
}
Binary file modified gradle/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Fri Apr 02 15:36:16 IDT 2010
#Fri Jun 11 01:01:20 IDT 2010
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
distributionVersion=0.9-preview-1
distributionVersion=0.9-preview-3
zipStorePath=wrapper/dists
urlRoot=http\:https://dist.codehaus.org/gradle
distributionName=gradle
Expand Down

0 comments on commit 288aa36

Please sign in to comment.