From f743a492075c87145906a4df3ba7dae1edc8e1cb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 10 May 2021 18:00:14 +0000 Subject: [PATCH] gradle: Update to version 7.0.1 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index e1e189f01b..5cc68db317 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,5 +1,5 @@ { - "version": "7.0", + "version": "7.0.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", @@ -9,9 +9,9 @@ "java/openjdk" ] }, - "url": "https://services.gradle.org/distributions/gradle-7.0-all.zip", - "hash": "81003f83b0056d20eedf48cddd4f52a9813163d4ba185bcf8abd34b8eeea4cbd", - "extract_dir": "gradle-7.0", + "url": "https://services.gradle.org/distributions/gradle-7.0.1-all.zip", + "hash": "ca42877db3519b667cd531c414be517b294b0467059d401e7133f0e55b9bf265", + "extract_dir": "gradle-7.0.1", "bin": "bin\\gradle.bat", "checkver": { "url": "https://gradle.org/install/",