From b7e4f0ecf16fcd8215591db7a80b30076f348da0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 16:29:56 +0000 Subject: [PATCH] gradle-bin: Update to version 7.6 --- bucket/gradle-bin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle-bin.json b/bucket/gradle-bin.json index b6698ea8bb..903a14f395 100644 --- a/bucket/gradle-bin.json +++ b/bucket/gradle-bin.json @@ -1,14 +1,14 @@ { - "version": "7.5.1", + "version": "7.6", "description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)", "homepage": "https://gradle.org", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://services.gradle.org/distributions/gradle-7.5.1-bin.zip", - "hash": "f6b8596b10cce501591e92f229816aa4046424f3b24d771751b06779d58c8ec4", - "extract_dir": "gradle-7.5.1", + "url": "https://services.gradle.org/distributions/gradle-7.6-bin.zip", + "hash": "7ba68c54029790ab444b39d7e293d3236b2632631fb5f2e012bb28b4ff669e4b", + "extract_dir": "gradle-7.6", "env_set": { "GRADLE_USER_HOME": "$dir\\.gradle" },