File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.5.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ APP_NAME="Gradle"
44
44
APP_BASE_NAME=` basename " $0 " `
45
45
46
46
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
47
- GRADLE_OPTS=" -XX:MaxMetaspaceSize=1024m -Xmx1024m $GRADLE_OPTS "
48
47
DEFAULT_JVM_OPTS=' "-Xmx64m" "-Xms64m"'
49
48
50
49
# Use the maximum available, or set MAX_FD != -1 to use that value.
@@ -126,8 +125,8 @@ if $darwin; then
126
125
GRADLE_OPTS=" $GRADLE_OPTS \" -Xdock:name=$APP_NAME \" \" -Xdock:icon=$APP_HOME /media/gradle.icns\" "
127
126
fi
128
127
129
- # For Cygwin, switch paths to Windows format before running java
130
- if $cygwin ; then
128
+ # For Cygwin or MSYS , switch paths to Windows format before running java
129
+ if [ " $cygwin " = " true " -o " $msys " = " true " ] ; then
131
130
APP_HOME=` cygpath --path --mixed " $APP_HOME " `
132
131
CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133
132
JAVACMD=` cygpath --unix " $JAVACMD " `
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ set APP_BASE_NAME=%~n0
30
30
set APP_HOME = %DIRNAME%
31
31
32
32
@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
33
- set GRADLE_OPTS = -XX:MaxMetaspaceSize=1024m -Xmx1024m -XX:MaxHeapSize=256m %GRADLE_OPTS%
34
33
set DEFAULT_JVM_OPTS = " -Xmx64m" " -Xms64m"
35
34
36
35
@ rem Find java.exe
You can’t perform that action at this time.
0 commit comments