File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
33# please update the gradle version in gradlew too
4- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -all.zip
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14 -all.zip
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 116116
117117# gradle-wrapper.jar is not in git repo anymore, so we have to download it now.
118118if [ ! -e " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" ]; then
119- if ! curl -s -S --retry 3 -L -o " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" " https://raw.githubusercontent.com/gradle/gradle/v8.12.1 /gradle/wrapper/gradle-wrapper.jar" ; then
119+ if ! curl -s -S --retry 3 -L -o " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" " https://raw.githubusercontent.com/gradle/gradle/v8.14.0 /gradle/wrapper/gradle-wrapper.jar" ; then
120120 rm -f " $APP_HOME /gradle/wrapper/gradle-wrapper.jar"
121121 echo " failed to download gradle-wrapper.jar"
122122 exit 1
You can’t perform that action at this time.
0 commit comments