File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ versions += [
61
61
bcpkix : " 1.66" ,
62
62
checkstyle : " 8.20" ,
63
63
commonsCli : " 1.4" ,
64
- gradle : " 6.7.1 " ,
64
+ gradle : " 6.8 " ,
65
65
gradleVersionsPlugin : " 0.36.0" ,
66
66
grgit : " 4.1.0" ,
67
67
httpclient : " 4.5.12" ,
@@ -115,7 +115,7 @@ versions += [
115
115
spotbugs : " 4.1.4" ,
116
116
spotbugsPlugin : " 4.6.0" ,
117
117
spotlessPlugin : " 5.8.2" ,
118
- testRetryPlugin : " 1.1.9 " ,
118
+ testRetryPlugin : " 1.2.0 " ,
119
119
zinc : " 1.3.5" ,
120
120
zookeeper : " 3.5.8" ,
121
121
zstd : " 1.4.5-12"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 83
83
84
84
# Loop in case we encounter an error.
85
85
for attempt in 1 2 3; do
86
- if [ ! -e " $APP_HOME " /gradle/wrapper/gradle-wrapper.jar ]; then
87
- if ! curl -s -S --retry 3 -L -o " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" " https://raw.githubusercontent.com/gradle/gradle/v6.7.1 /gradle/wrapper/gradle-wrapper.jar" ; then
86
+ if [ ! -e " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" ]; then
87
+ if ! curl -s -S --retry 3 -L -o " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" " https://raw.githubusercontent.com/gradle/gradle/v6.8.0 /gradle/wrapper/gradle-wrapper.jar" ; then
88
88
rm -f " $APP_HOME /gradle/wrapper/gradle-wrapper.jar"
89
89
# Pause for a bit before looping in case the server throttled us.
90
90
sleep 5
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ task bootstrapWrapper() {
49
49
def bootstrapString = """
50
50
# Loop in case we encounter an error.
51
51
for attempt in 1 2 3; do
52
- if [ ! -e $wrapperJarPath ]; then
52
+ if [ ! -e " $wrapperJarPath " ]; then
53
53
if ! curl -s -S --retry 3 -L -o "$wrapperJarPath " "$wrapperJarUrl "; then
54
54
rm -f "$wrapperJarPath "
55
55
# Pause for a bit before looping in case the server throttled us.
You can’t perform that action at this time.
0 commit comments