diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-10-19 01:27:20 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-10-19 01:27:20 -0400 |
commit | 73c531d1844b396fcfc6d0bf308c86aa0bf72b83 (patch) | |
tree | 2647052c4892e1ca0ffaa8a6c73631c449c56a1c /gradlew | |
parent | 091f53b763e73e9da207debfe71d6012d9dba285 (diff) |
Update to 1.16
Diffstat (limited to 'gradlew')
-rwxr-xr-x | gradlew | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,7 @@ esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar + # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then if [ -x "$JAVA_HOME/jre/sh/java" ] ; then @@ -129,6 +130,7 @@ fi if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then APP_HOME=`cygpath --path --mixed "$APP_HOME"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` + JAVACMD=`cygpath --unix "$JAVACMD"` # We build the pattern for arguments to be converted via cygpath |