File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ subprojects {
7171}
7272
7373wrapper {
74- gradleVersion = ' 5.6.1 '
74+ gradleVersion = ' 5.6.4 '
7575}
7676
7777defaultTasks ' build'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -bin.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -125,8 +125,8 @@ if $darwin; then
125125 GRADLE_OPTS=" $GRADLE_OPTS \" -Xdock:name=$APP_NAME \" \" -Xdock:icon=$APP_HOME /media/gradle.icns\" "
126126fi
127127
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
130130 APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131131 CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
132132 JAVACMD=` cygpath --unix " $JAVACMD " `
You can’t perform that action at this time.
0 commit comments