From 956889b20d4ac7b7a65cdccdee9308d05abb5c22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 20:29:51 +0000 Subject: [PATCH] gradle: Update to version 8.11.1 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index 095e5d8dc8..2d519b164c 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,14 +1,14 @@ { - "version": "8.11", + "version": "8.11.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.11-all.zip", - "hash": "73d2d553933194d8eefed0a291acbe45392ca3572ba13834cbbf373da375276d", - "extract_dir": "gradle-8.11", + "url": "https://services.gradle.org/distributions/gradle-8.11.1-all.zip", + "hash": "89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a", + "extract_dir": "gradle-8.11.1", "post_install": [ "$current_env = Get-EnvVar -Name GRADLE_USER_HOME -Global:$global", "If ($null -eq $current_env) {",