diff options
author | Vitaly Takmazov | 2020-05-18 13:10:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-05-18 13:10:40 +0300 |
commit | e5216396a8ba99f015198b66ca1530789094719b (patch) | |
tree | b7a0e24f0d371fbee2f96819c84cd48bff0e356d /gradlew | |
parent | 32a3631480ebd3a620e444497615a4303be8995a (diff) |
Spring Boot 2.3 and other dependency updates
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 |