gradle-bin: Update to version 8.1.1

This commit is contained in:
github-actions[bot] 2023-04-21 16:27:37 +00:00
parent 5307abdb5f
commit 5bcdce0569

View File

@ -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)", "description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)",
"homepage": "https://gradle.org", "homepage": "https://gradle.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"suggest": { "suggest": {
"JDK": "java/openjdk" "JDK": "java/openjdk"
}, },
"url": "https://services.gradle.org/distributions/gradle-8.1-bin.zip", "url": "https://services.gradle.org/distributions/gradle-8.1.1-bin.zip",
"hash": "a62c5f99585dd9e1f95dab7b9415a0e698fa9dd1e6c38537faa81ac078f4d23e", "hash": "e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f",
"extract_dir": "gradle-8.1", "extract_dir": "gradle-8.1.1",
"post_install": [ "post_install": [
"$current_env = env GRADLE_USER_HOME $global", "$current_env = env GRADLE_USER_HOME $global",
"If ($null -eq $current_env) {", "If ($null -eq $current_env) {",