File tree Expand file tree Collapse file tree 12 files changed +30
-15
lines changed Expand file tree Collapse file tree 12 files changed +30
-15
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-8.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ case "$( uname )" in #(
114114 NONSTOP* ) nonstop=true ;;
115115esac
116116
117- CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
117+ CLASSPATH=" \\\"\\\" "
118118
119119
120120# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213set -- \
214214 " -Dorg.gradle.appname=$APP_BASE_NAME " \
215215 -classpath " $CLASSPATH " \
216- org. gradle. wrapper.GradleWrapperMain \
216+ -jar " $APP_HOME / gradle/ wrapper/gradle-wrapper.jar " \
217217 " $@ "
218218
219219# Stop when "xargs" is not available.
Original file line number Diff line number Diff line change 1+ @ REM Copyright (c) Meta Platforms, Inc. and affiliates.
2+ @ REM
3+ @ REM This source code is licensed under the MIT license found in the
4+ @ REM LICENSE file in the root directory of this source tree.
5+
16@ rem
27@ rem Copyright 2015 the original author or authors.
38@ rem
@@ -70,11 +75,11 @@ goto fail
7075:execute
7176@ rem Setup the command line
7277
73- set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
78+ set CLASSPATH =
7479
7580
7681@ rem Execute Gradle
77- " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org. gradle. wrapper.GradleWrapperMain %*
82+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " -jar " %APP_HOME% \ gradle\ wrapper\gradle-wrapper.jar " %*
7883
7984:end
8085@ rem End local scope for the variables with windows NT shell
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-8.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ case "$( uname )" in #(
114114 NONSTOP* ) nonstop=true ;;
115115esac
116116
117- CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
117+ CLASSPATH=" \\\"\\\" "
118118
119119
120120# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
213213set -- \
214214 " -Dorg.gradle.appname=$APP_BASE_NAME " \
215215 -classpath " $CLASSPATH " \
216- org. gradle. wrapper.GradleWrapperMain \
216+ -jar " $APP_HOME / gradle/ wrapper/gradle-wrapper.jar " \
217217 " $@ "
218218
219219# Stop when "xargs" is not available.
Original file line number Diff line number Diff line change 1+ @ REM Copyright (c) Meta Platforms, Inc. and affiliates.
2+ @ REM
3+ @ REM This source code is licensed under the MIT license found in the
4+ @ REM LICENSE file in the root directory of this source tree.
5+
16@ rem
27@ rem Copyright 2015 the original author or authors.
38@ rem
@@ -70,11 +75,11 @@ goto fail
7075:execute
7176@ rem Setup the command line
7277
73- set CLASSPATH = %APP_HOME% \gradle\wrapper\gradle-wrapper.jar
78+ set CLASSPATH =
7479
7580
7681@ rem Execute Gradle
77- " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " org. gradle. wrapper.GradleWrapperMain %*
82+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% " -Dorg.gradle.appname=%APP_BASE_NAME% " -classpath " %CLASSPATH% " -jar " %APP_HOME% \ gradle\ wrapper\gradle-wrapper.jar " %*
7883
7984:end
8085@ rem End local scope for the variables with windows NT shell
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-8.13 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments