[java] Update Gradle to 7.2 (#10538)

* update gradle to 7.2

* update samples

* use gradle-7.2-bin.zip instead
This commit is contained in:
William Cheng
2021-10-08 10:48:27 +08:00
committed by GitHub
parent 8d7be74b79
commit 6c5f6d2400
125 changed files with 4788 additions and 3349 deletions

View File

@@ -33,7 +33,7 @@ set APP_HOME=%DIRNAME%
for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"
set DEFAULT_JVM_OPTS=-Dfile.encoding=UTF-8 "-Xmx64m" "-Xms64m"
@rem Find java.exe
if defined JAVA_HOME goto findJavaFromJavaHome