gradle-bin: Update to version 8.7

This commit is contained in:
github-actions[bot] 2024-03-22 21:04:58 +00:00
parent d10cc69ccc
commit 4e9276e150

View File

@ -1,14 +1,14 @@
{ {
"version": "8.6", "version": "8.7",
"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.6-bin.zip", "url": "https://services.gradle.org/distributions/gradle-8.7-bin.zip",
"hash": "9631d53cf3e74bfa726893aee1f8994fee4e060c401335946dba2156f440f24c", "hash": "544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d",
"extract_dir": "gradle-8.6", "extract_dir": "gradle-8.7",
"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) {",