From e1348a9e6f44ef6c3d68b38663587f880c0b9272 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 2 Jul 2021 15:00:24 +0000 Subject: [PATCH] gradle: Update to version 7.1.1 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index 2e493ad36c..38a5393473 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,5 +1,5 @@ { - "version": "7.1", + "version": "7.1.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.1-all.zip", - "hash": "a9e356a21595348b6f04b024ed0b08ac8aea6b2ac37e6c0ef58e51549cd7b9cb", - "extract_dir": "gradle-7.1", + "url": "https://services.gradle.org/distributions/gradle-7.1.1-all.zip", + "hash": "9bb8bc05f562f2d42bdf1ba8db62f6b6fa1c3bf6c392228802cc7cb0578fe7e0", + "extract_dir": "gradle-7.1.1", "bin": "bin\\gradle.bat", "checkver": { "url": "https://gradle.org/install/",