gradle-bin: Update to version 8.5

This commit is contained in:
github-actions[bot] 2023-11-29 16:27:34 +00:00
parent ba18d0b745
commit 16f5235636

View File

@ -1,14 +1,14 @@
{ {
"version": "8.4", "version": "8.5",
"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.4-bin.zip", "url": "https://services.gradle.org/distributions/gradle-8.5-bin.zip",
"hash": "3e1af3ae886920c3ac87f7a91f816c0c7c436f276a6eefdb3da152100fef72ae", "hash": "9d926787066a081739e8200858338b4a69e837c3a821a33aca9db09dd4a41026",
"extract_dir": "gradle-8.4", "extract_dir": "gradle-8.5",
"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) {",