From a4a72de72c69f7cf45d4c8a0162a0e52c33e7c57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 20:23:31 +0000 Subject: [PATCH] gradle-bin: Update to version 8.6 --- bucket/gradle-bin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle-bin.json b/bucket/gradle-bin.json index 315c01670b..18845ea4b0 100644 --- a/bucket/gradle-bin.json +++ b/bucket/gradle-bin.json @@ -1,14 +1,14 @@ { - "version": "8.5", + "version": "8.6", "description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)", "homepage": "https://gradle.org", "license": "Apache-2.0", "suggest": { "JDK": "java/openjdk" }, - "url": "https://services.gradle.org/distributions/gradle-8.5-bin.zip", - "hash": "9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026", - "extract_dir": "gradle-8.5", + "url": "https://services.gradle.org/distributions/gradle-8.6-bin.zip", + "hash": "9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c", + "extract_dir": "gradle-8.6", "post_install": [ "$current_env = env GRADLE_USER_HOME $global", "If ($null -eq $current_env) {",