File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =f8b4f4772d302c8ff580bc40d0f56e715de69b163546944f787c87abf209c961
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.8 -all.zip
3
+ distributionSha256Sum =682b4df7fe5accdca84a4d1ef6a3a6ab096b3efd5edf7de2bd8c758d95a93703
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10 -all.zip
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 116
116
# Loop in case we encounter an error.
117
117
for attempt in 1 2 3; do
118
118
if [ ! -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.8 .0/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.10 .0/gradle/wrapper/gradle-wrapper.jar" ; then
120
120
rm -f " $APP_HOME /gradle/wrapper/gradle-wrapper.jar"
121
121
# Pause for a bit before looping in case the server throttled us.
122
122
sleep 5
You can’t perform that action at this time.
0 commit comments