From 3e9436a2809fa29bb7edaf2e33ef17478a6ad1f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 16:30:49 +0000 Subject: [PATCH] gradle: Update to version 8.2.1 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index fc87d6744b..11a01670e6 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,14 +1,14 @@ { - "version": "8.2", + "version": "8.2.1", "description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation bundled)", "homepage": "https://gradle.org", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://services.gradle.org/distributions/gradle-8.2-all.zip", - "hash": "5022b0b25fe182b0e50867e77f484501dba44feeea88f5c1f13b6b4660463640", - "extract_dir": "gradle-8.2", + "url": "https://services.gradle.org/distributions/gradle-8.2.1-all.zip", + "hash": "7c3ad722e9b0ce8205b91560fd6ce8296ac3eadf065672242fd73c06b8eeb6ee", + "extract_dir": "gradle-8.2.1", "post_install": [ "$current_env = env GRADLE_USER_HOME $global", "If ($null -eq $current_env) {",