From fb1f6263dda3ef307eb008c485d9e86bcf945542 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 21:04:58 +0000 Subject: [PATCH] gradle: Update to version 8.7 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index 76f100a191..fb4b0eaf04 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,14 +1,14 @@ { - "version": "8.6", + "version": "8.7", "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.6-all.zip", - "hash": "85719317abd2112f021d4f41f09ec370534ba288432065f4b477b6a3b652910d", - "extract_dir": "gradle-8.6", + "url": "https://services.gradle.org/distributions/gradle-8.7-all.zip", + "hash": "194717442575a6f96e1c1befa2c30e9a4fc90f701d7aee33eb879b79e7ff05c0", + "extract_dir": "gradle-8.7", "post_install": [ "$current_env = env GRADLE_USER_HOME $global", "If ($null -eq $current_env) {",