Skip to content

Commit

Permalink
upgrade to gradle 0.9 rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Oct 30, 2010
1 parent 96a1ad6 commit be96e94
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ task release(dependsOn: [zip]) << {
}

task wrapper(type: Wrapper) {
gradleVersion = '0.9-rc-1'
gradleVersion = '0.9-rc-2'
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 @@
#Mon Aug 16 12:38:18 IDT 2010
#Sat Oct 30 19:56:02 IST 2010
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
distributionVersion=0.9-rc-1
distributionVersion=0.9-rc-2
zipStorePath=wrapper/dists
urlRoot=http\:https://dist.codehaus.org/gradle
distributionName=gradle
Expand Down
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# Uncomment those lines to set JVM options. GRADLE_OPTS and JAVA_OPTS can be used together.
GRADLE_OPTS="$GRADLE_OPTS -Xmx512m"
# JAVA_OPTS="$JAVA_OPTS -Xmx512"
# JAVA_OPTS="$JAVA_OPTS -Xmx512m"

GRADLE_APP_NAME=Gradle

Expand Down Expand Up @@ -135,8 +135,11 @@ if $cygwin ; then
esac
fi

GRADLE_APP_BASE_NAME=`basename "$0"`

"$JAVACMD" $JAVA_OPTS $GRADLE_OPTS \
-classpath "$CLASSPATH" \
-Dorg.gradle.appname="$GRADLE_APP_BASE_NAME" \
-Dorg.gradle.wrapper.properties="$WRAPPER_PROPERTIES" \
$STARTER_MAIN_CLASS \
"$@"
2 changes: 1 addition & 1 deletion gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if "%OS%"=="Windows_NT" setlocal

@rem Uncomment those lines to set JVM options. GRADLE_OPTS and JAVA_OPTS can be used together.
set GRADLE_OPTS=%GRADLE_OPTS% -Xmx512m
@rem set JAVA_OPTS=%JAVA_OPTS% -Xmx512
@rem set JAVA_OPTS=%JAVA_OPTS% -Xmx512m

set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.\
Expand Down

0 comments on commit be96e94

Please sign in to comment.