diff options
| author | 2020-09-27 13:04:21 +0100 | |
|---|---|---|
| committer | 2020-09-27 13:04:21 +0100 | |
| commit | 4237368e648916f22871126b3bea5260684eb9e9 (patch) | |
| tree | 0a5b248a2a56f977a96b4ec86669a27b5f55657d /gradlew | |
| parent | 1.16.3 (diff) | |
Update api, loader, loom, gradle
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 |
