1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Update to Gradle 5.6

This commit is contained in:
Lars Grefer
2019-08-22 23:55:31 +02:00
committed by Rob Winch
parent 323cf9fa92
commit d69cd36a97
3 changed files with 4 additions and 4 deletions
Vendored
+2 -2
View File
@@ -125,8 +125,8 @@ if $darwin; then
GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
fi
# For Cygwin, switch paths to Windows format before running java
if $cygwin ; then
# For Cygwin or MSYS, switch paths to Windows format before running java
if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
APP_HOME=`cygpath --path --mixed "$APP_HOME"`
CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
JAVACMD=`cygpath --unix "$JAVACMD"`