File tree Expand file tree Collapse file tree 8 files changed +8
-2
lines changed Expand file tree Collapse file tree 8 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 8282
8383CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
8484
85+
8586# Determine the Java command to use to start the JVM.
8687if [ -n " $JAVA_HOME " ] ; then
8788 if [ -x " $JAVA_HOME /jre/sh/java" ] ; then
129130if [ " $cygwin " = " true" -o " $msys " = " true" ] ; then
130131 APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131132 CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133+
132134 JAVACMD=` cygpath --unix " $JAVACMD " `
133135
134136 # We build the pattern for arguments to be converted via cygpath
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ set CMD_LINE_ARGS=%*
8484
8585set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
8686
87+
8788@ rem Execute Gradle
8889" %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
8990
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-6.3 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 8282
8383CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
8484
85+
8586# Determine the Java command to use to start the JVM.
8687if [ -n " $JAVA_HOME " ] ; then
8788 if [ -x " $JAVA_HOME /jre/sh/java" ] ; then
129130if [ " $cygwin " = " true" -o " $msys " = " true" ] ; then
130131 APP_HOME=` cygpath --path --mixed " $APP_HOME " `
131132 CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
133+
132134 JAVACMD=` cygpath --unix " $JAVACMD " `
133135
134136 # We build the pattern for arguments to be converted via cygpath
Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ set CMD_LINE_ARGS=%*
8484
8585set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
8686
87+
8788@ rem Execute Gradle
8889" %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
8990
You can’t perform that action at this time.
0 commit comments