From 9a5afb8e5557797a7852b2a6a3f3dd66624252b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:29:56 +0000 Subject: [PATCH] gradle: Update to version 8.0 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index 0f6b31ebed..5e71bcd559 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,14 +1,14 @@ { - "version": "7.6", + "version": "8.0", "description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation bundled)", "homepage": "https://gradle.org", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://services.gradle.org/distributions/gradle-7.6-all.zip", - "hash": "312eb12875e1747e05c2f81a4789902d7e4ec5defbd1eefeaccc08acf096505d", - "extract_dir": "gradle-7.6", + "url": "https://services.gradle.org/distributions/gradle-8.0-all.zip", + "hash": "f30b29580fe11719087d698da23f3b0f0d04031d8995f7dd8275a31f7674dc01", + "extract_dir": "gradle-8.0", "env_set": { "GRADLE_USER_HOME": "$dir\\.gradle" },