From f704d2693acb0d54300966739e16970011ba47df Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 14 May 2021 14:03:26 +0000 Subject: [PATCH] gradle: Update to version 7.0.2 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index 5cc68db317..5389d876ea 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,5 +1,5 @@ { - "version": "7.0.1", + "version": "7.0.2", "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.1-all.zip", - "hash": "ca42877db3519b667cd531c414be517b294b0467059d401e7133f0e55b9bf265", - "extract_dir": "gradle-7.0.1", + "url": "https://services.gradle.org/distributions/gradle-7.0.2-all.zip", + "hash": "13bf8d3cf8eeeb5770d19741a59bde9bd966dd78d17f1bbad787a05ef19d1c2d", + "extract_dir": "gradle-7.0.2", "bin": "bin\\gradle.bat", "checkver": { "url": "https://gradle.org/install/",