File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Expand file tree Collapse file tree 5 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ task buildSingleArtifactWithoutTests(type: GradleBuild) {
118118}
119119
120120wrapper {
121- gradleVersion = ' 6.5 '
121+ gradleVersion = ' 6.6-milestone-1 '
122122 distributionType = Wrapper.DistributionType . ALL
123123}
124124
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.4. 1-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.6-milestone- 1-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 @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=.
2929set APP_BASE_NAME = %~n0
3030set APP_HOME = %DIRNAME%
3131
32+ @ rem Resolve any "." and ".." in APP_HOME to make it shorter.
33+ for %%i in (" %APP_HOME% " ) do set APP_HOME = %%~fi
34+
3235@ rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
3336set DEFAULT_JVM_OPTS = " -Xmx64m" " -Xms64m"
3437
@@ -81,6 +84,7 @@ set CMD_LINE_ARGS=%*
8184
8285set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
8386
87+
8488@ rem Execute Gradle
8589" %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
8690
You can’t perform that action at this time.
0 commit comments