gradle-bin: Update to version 8.2

This commit is contained in:
github-actions[bot] 2023-06-30 20:25:25 +00:00
parent 9f65d96a74
commit 308e38bcea

View File

@ -1,14 +1,14 @@
{
"version": "8.1.1",
"version": "8.2",
"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.1-bin.zip",
"hash": "e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f",
"extract_dir": "gradle-8.1.1",
"url": "https://services.gradle.org/distributions/gradle-8.2-bin.zip",
"hash": "38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3",
"extract_dir": "gradle-8.2",
"post_install": [
"$current_env = env GRADLE_USER_HOME $global",
"If ($null -eq $current_env) {",