File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
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.10. 2" ,
62
+ gradle : " 9.0-milestone- 2" ,
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 =2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10. 2-all.zip
3
+ distributionSha256Sum =0d747eb84672da726d35caa150ef094a43393007091b71a2ea23fb50d1d0b0ad
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0-milestone- 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 15
15
# See the License for the specific language governing permissions and
16
16
# limitations under the License.
17
17
#
18
+ # SPDX-License-Identifier: Apache-2.0
19
+ #
18
20
19
21
# #############################################################################
20
22
#
55
57
# Darwin, MinGW, and NonStop.
56
58
#
57
59
# (3) This script is generated from the Groovy template
58
- # https://github.com/gradle/gradle/blob/HEAD/subprojects/ plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
60
+ # https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/ plugins-application /src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
59
61
# within the Gradle project.
60
62
#
61
63
# You can find Gradle at https://github.com/gradle/gradle/.
84
86
# shellcheck disable=SC2034
85
87
APP_BASE_NAME=${0##*/ }
86
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87
- APP_HOME=$( cd " ${APP_HOME:- ./ } " > /dev/null && pwd -P ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
+ ' " $PWD " ) || exit
88
91
89
92
# Use the maximum available, or set MAX_FD != -1 to use that value.
90
93
MAX_FD=maximum
116
119
# Loop in case we encounter an error.
117
120
for attempt in 1 2 3; do
118
121
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.2 /gradle/wrapper/gradle-wrapper.jar" ; then
122
+ if ! curl -s -S --retry 3 -L -o " $APP_HOME /gradle/wrapper/gradle-wrapper.jar" " https://raw.githubusercontent.com/gradle/gradle/v9.0-milestone-2.0 /gradle/wrapper/gradle-wrapper.jar" ; then
120
123
rm -f " $APP_HOME /gradle/wrapper/gradle-wrapper.jar"
121
124
# Pause for a bit before looping in case the server throttled us.
122
125
sleep 5
You can’t perform that action at this time.
0 commit comments