From 33920c181c42518de4d70b2ee8ebea2e06a1117c 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:38 +0000 Subject: [PATCH] gradle: Update to version 8.1.1 --- bucket/gradle.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/gradle.json b/bucket/gradle.json index 4713c1cfee..1cf6fcc126 100644 --- a/bucket/gradle.json +++ b/bucket/gradle.json @@ -1,14 +1,14 @@ { - "version": "8.1", + "version": "8.1.1", "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.1-all.zip", - "hash": "2cbafcd2c47a101cb2165f636b4677fac0b954949c9429c1c988da399defe6a9", - "extract_dir": "gradle-8.1", + "url": "https://services.gradle.org/distributions/gradle-8.1.1-all.zip", + "hash": "5625a0ae20fe000d9225d000b36909c7a0e0e8dda61c19b12da769add847c975", + "extract_dir": "gradle-8.1.1", "post_install": [ "$current_env = env GRADLE_USER_HOME $global", "If ($null -eq $current_env) {",