File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.6.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.0.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ if $darwin; then
125
125
GRADLE_OPTS=" $GRADLE_OPTS \" -Xdock:name=$APP_NAME \" \" -Xdock:icon=$APP_HOME /media/gradle.icns\" "
126
126
fi
127
127
128
- # For Cygwin, switch paths to Windows format before running java
129
- if $cygwin ; then
128
+ # For Cygwin or MSYS , switch paths to Windows format before running java
129
+ if [ " $cygwin " = " true " -o " $msys " = " true " ] ; then
130
130
APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131
131
CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
132
132
JAVACMD=` cygpath --unix " $JAVACMD " `
You can’t perform that action at this time.
0 commit comments