From 6b2a8f309990a7a7bdc81abd3fbdd4e5f5673399 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 12:30:27 +0000 Subject: [PATCH] gradle: Update to version 8.4 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index fa4f70613a..f2bfe9f8cc 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,14 +1,14 @@ { - "version": "8.3", + "version": "8.4", "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.3-all.zip", - "hash": "bb09982fdf52718e4c7b25023d10df6d35a5fff969860bdf5a5bd27a3ab27a9e", - "extract_dir": "gradle-8.3", + "url": "https://services.gradle.org/distributions/gradle-8.4-all.zip", + "hash": "f2b9ed0faf8472cbe469255ae6c86eddb77076c75191741b4a462f33128dd419", + "extract_dir": "gradle-8.4", "post_install": [ "$current_env = env GRADLE_USER_HOME $global", "If ($null -eq $current_env) {",