Skip to content

Commit 4abf317

Browse files
renovate-botsnazy
authored andcommitted
Update Gradle to v9
1 parent 2daeb75 commit 4abf317

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
# See https://gradle.org/release-checksums/ for valid checksums
4-
distributionSha256Sum=bd71102213493060956ec229d946beee57158dbd89d0e62b91bca0fa2c5f3531
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionSha256Sum=a17ddd85a26b6a7f5ddb71ff8b05fc5104c0202c6e64782429790c933686c806
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
65
networkTimeout=10000
76
validateDistributionUrl=true
87
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -88,8 +88,6 @@ APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
8989
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9090

91-
. ${APP_HOME}/gradle/gradlew-include.sh
92-
9391
# Use the maximum available, or set MAX_FD != -1 to use that value.
9492
MAX_FD=maximum
9593

@@ -116,7 +114,6 @@ case "$( uname )" in #(
116114
NONSTOP* ) nonstop=true ;;
117115
esac
118116

119-
CLASSPATH="\\\"\\\""
120117

121118

122119
# Determine the Java command to use to start the JVM.
@@ -174,7 +171,6 @@ fi
174171
# For Cygwin or MSYS, switch paths to Windows format before running java
175172
if "$cygwin" || "$msys" ; then
176173
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
177-
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
178174

179175
JAVACMD=$( cygpath --unix "$JAVACMD" )
180176

@@ -214,7 +210,6 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
214210

215211
set -- \
216212
"-Dorg.gradle.appname=$APP_BASE_NAME" \
217-
-classpath "$CLASSPATH" \
218213
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
219214
"$@"
220215

0 commit comments

Comments
 (0)