From ef590b606d452224ccc5442208a6a913db1f7efb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 16:29:47 +0000 Subject: [PATCH] gradle-bin: Update to version 7.4 --- 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 fe4faefffc..d2c49d2b97 100644 --- a/bucket/gradle-bin.json +++ b/bucket/gradle-bin.json @@ -1,14 +1,14 @@ { - "version": "7.3.3", + "version": "7.4", "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.3.3-bin.zip", - "hash": "b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302", - "extract_dir": "gradle-7.3.3", + "url": "https://services.gradle.org/distributions/gradle-7.4-bin.zip", + "hash": "8cc27038d5dbd815759851ba53e70cf62e481b87494cc97cfd97982ada5ba634", + "extract_dir": "gradle-7.4", "bin": "bin\\gradle.bat", "checkver": { "url": "https://gradle.org/install/",