Skip to content

Commit 6cab307

Browse files
renovate-botsnazy
andauthored
main: Update dependency gradle to v8.12.1 (#872)
* main: Update dependency gradle to v8.12.1 * remove breaking changes from this PR --------- Co-authored-by: Robert Stupp <[email protected]>
1 parent c6d4331 commit 6cab307

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

gradle/wrapper/gradle-wrapper.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
distributionBase=GRADLE_USER_HOME
2121
distributionPath=wrapper/dists
2222
# See https://gradle.org/release-checksums/ for valid checksums
23-
distributionSha256Sum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
24-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
23+
distributionSha256Sum=8d97a97984f6cbd2b85fe4c60a743440a347544bf18818048e611f5288d46c94
24+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
2525
networkTimeout=10000
2626
validateDistributionUrl=true
2727
zipStoreBase=GRADLE_USER_HOME

gradlew

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18+
# SPDX-License-Identifier: Apache-2.0
19+
#
1820

1921
##############################################################################
2022
#
@@ -55,7 +57,7 @@
5557
# Darwin, MinGW, and NonStop.
5658
#
5759
# (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
5961
# within the Gradle project.
6062
#
6163
# You can find Gradle at https://github.com/gradle/gradle/.

0 commit comments

Comments
 (0)