File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ plugins {
39
39
40
40
id " com.github.spotbugs" version ' 6.2.3' apply false
41
41
id ' org.scoverage' version ' 8.0.3' apply false
42
- id ' com.gradleup.shadow' version ' 8.3.6 ' apply false
42
+ id ' com.gradleup.shadow' version ' 9.0.0 ' apply false
43
43
id ' com.diffplug.spotless' version " 6.25.0"
44
44
}
45
45
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ versions += [
61
61
commonsLang : " 3.18.0" ,
62
62
commonsValidator : " 1.9.0" ,
63
63
classgraph : " 4.8.179" ,
64
- gradle : " 8.14.1 " ,
64
+ gradle : " 9.0.0 " ,
65
65
grgit : " 4.1.1" ,
66
66
httpclient : " 4.5.14" ,
67
67
jackson : " 2.19.0" ,
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.1 -bin.zip
3
+ distributionSha256Sum =8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -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 1
1
#! /bin/sh
2
2
3
3
#
4
- # Copyright © 2015-2021 the original authors.
4
+ # Copyright © 2015 the original authors.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
205
205
# Loop in case we encounter an error.
206
206
for attempt in 1 2 3; do
207
207
if [ ! -e " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" ]; then
208
- 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
208
+ if ! curl -s -S --retry 3 -L -o " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" " https://raw.githubusercontent.com/gradle/gradle/v9.0.0 /gradle/wrapper/gradle-wrapper.jar" ; then
209
209
rm -f " $APP_HOME /gradle/wrapper/gradle-wrapper.jar"
210
210
# Pause for a bit before looping in case the server throttled us.
211
211
sleep 5
You can’t perform that action at this time.
0 commit comments