1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update to Gradle 6.6.1

Use version ordering feature

Closes gh-9122
This commit is contained in:
Rob Winch
2020-10-12 16:09:55 -05:00
committed by Josh Cummings
parent e6ff57c116
commit 01855fcce2
5 changed files with 12 additions and 19 deletions
Vendored
+2
View File
@@ -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