Skip to content

Commit

Permalink
Update Gradle wrapper to 1.0 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
pledbrook committed Aug 13, 2012
1 parent 77cb4f2 commit fc2fcc7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ artifacts {
} }


task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.0-milestone-9' gradleVersion = '1.0'
} }
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Apr 03 09:07:42 BST 2012 #Fri Aug 10 11:23:30 BST 2012
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-milestone-9-bin.zip distributionUrl=http\://services.gradle.org/distributions/gradle-1.0-bin.zip
4 changes: 2 additions & 2 deletions gradlew
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -101,13 +101,13 @@ if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
warn "Could not set maximum file descriptor limit: $MAX_FD" warn "Could not set maximum file descriptor limit: $MAX_FD"
fi fi
else else
warn "Could not query businessSystem maximum file descriptor limit: $MAX_FD_LIMIT" warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
fi fi
fi fi


# For Darwin, add options to specify how the application appears in the dock # For Darwin, add options to specify how the application appears in the dock
if $darwin; then if $darwin; then
JAVA_OPTS="$JAVA_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi fi


# For Cygwin, switch paths to Windows format before running java # For Cygwin, switch paths to Windows format before running java
Expand Down

0 comments on commit fc2fcc7

Please sign in to comment.