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