File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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.4.1 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.4 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 77# you may not use this file except in compliance with the License.
88# You may obtain a copy of the License at
99#
10- # http ://www.apache.org/licenses/LICENSE-2.0
10+ # https ://www.apache.org/licenses/LICENSE-2.0
1111#
1212# Unless required by applicable law or agreed to in writing, software
1313# distributed under the License is distributed on an "AS IS" BASIS,
@@ -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 " `
Original file line number Diff line number Diff line change 55@ rem you may not use this file except in compliance with the License.
66@ rem You may obtain a copy of the License at
77@ rem
8- @ rem http ://www.apache.org/licenses/LICENSE-2.0
8+ @ rem https ://www.apache.org/licenses/LICENSE-2.0
99@ rem
1010@ rem Unless required by applicable law or agreed to in writing, software
1111@ rem distributed under the License is distributed on an "AS IS" BASIS,
You can’t perform that action at this time.
0 commit comments