File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ versions += [
64
64
commonsValidator : " 1.9.0" ,
65
65
classgraph : " 4.8.173" ,
66
66
dropwizardMetrics : " 4.1.12.1" ,
67
- gradle : " 8.10" ,
67
+ gradle : " 8.10.2 " ,
68
68
grgit : " 4.1.1" ,
69
69
httpclient : " 4.5.14" ,
70
70
jackson : " 2.16.2" ,
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =682b4df7fe5accdca84a4d1ef6a3a6ab096b3efd5edf7de2bd8c758d95a93703
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10-all.zip
3
+ distributionSha256Sum =2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2 -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.10.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.2 /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