File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -738,6 +738,6 @@ task testReport(type: TestReport) {
738738}
739739
740740wrapper {
741- gradleVersion = ' 6.1 .1'
741+ gradleVersion = ' 6.2 .1'
742742 distributionType = ' ALL'
743743}
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.1 .1-all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.2 .1-all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
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
You can’t perform that action at this time.
0 commit comments