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 @@ -59,7 +59,7 @@ versions += [
59
59
checkstyle : project. hasProperty(' checkstyleVersion' ) ? checkstyleVersion : " 10.20.2" ,
60
60
commonsValidator : " 1.9.0" ,
61
61
classgraph : " 4.8.173" ,
62
- gradle : " 8.14" ,
62
+ gradle : " 8.14.1 " ,
63
63
grgit : " 4.1.1" ,
64
64
httpclient : " 4.5.14" ,
65
65
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 =efe9a3d147d948d7528a9887fa35abcf24ca1a43ad06439996490f77569b02d1
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-all .zip
3
+ distributionSha256Sum =845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1-bin .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.14.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.14.1 /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