From b634f7971fec738a559b18b2b967d20b4267758e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 20:27:56 +0000 Subject: [PATCH] gradle: Update to version 7.4.1 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index 06b739f86a..8d759bdc06 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,14 +1,14 @@ { - "version": "7.4", + "version": "7.4.1", "description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation boundled)", "homepage": "https://gradle.org", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://services.gradle.org/distributions/gradle-7.4-all.zip", - "hash": "cd5c2958a107ee7f0722004a12d0f8559b4564c34daad7df06cffd4d12a426d0", - "extract_dir": "gradle-7.4", + "url": "https://services.gradle.org/distributions/gradle-7.4.1-all.zip", + "hash": "a9a7b7baba105f6557c9dcf9c3c6e8f7e57e6b49889c5f1d133f015d0727e4be", + "extract_dir": "gradle-7.4.1", "bin": "bin\\gradle.bat", "checkver": { "url": "https://gradle.org/install/",