From 5bcdce0569713b770fe113803cdd672963b0f88f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Apr 2023 16:27:37 +0000 Subject: [PATCH] gradle-bin: Update to version 8.1.1 --- 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 c1bf9b75bb..fc26bb9f53 100644 --- a/bucket/gradle-bin.json +++ b/bucket/gradle-bin.json @@ -1,14 +1,14 @@ { - "version": "8.1", + "version": "8.1.1", "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.1-bin.zip", - "hash": "a62c5f99585dd9e1f95dab7b9415a0e698fa9dd1e6c38537faa81ac078f4d23e", - "extract_dir": "gradle-8.1", + "url": "https://services.gradle.org/distributions/gradle-8.1.1-bin.zip", + "hash": "e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f", + "extract_dir": "gradle-8.1.1", "post_install": [ "$current_env = env GRADLE_USER_HOME $global", "If ($null -eq $current_env) {",