gradle: Update to version 8.7

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

View File

@ -1,14 +1,14 @@
{
"version": "8.6",
"version": "8.7",
"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.6-all.zip",
"hash": "85719317abd2112f021d4f41f09ec370534ba288432065f4b477b6a3b652910d",
"extract_dir": "gradle-8.6",
"url": "https://services.gradle.org/distributions/gradle-8.7-all.zip",
"hash": "194717442575a6f96e1c1befa2c30e9a4fc90f701d7aee33eb879b79e7ff05c0",
"extract_dir": "gradle-8.7",
"post_install": [
"$current_env = env GRADLE_USER_HOME $global",
"If ($null -eq $current_env) {",