gradle: Update to version 8.11.1

This commit is contained in:
github-actions[bot] 2024-11-20 20:29:51 +00:00
parent 145456bf70
commit 956889b20d

View File

@ -1,14 +1,14 @@
{
"version": "8.11",
"version": "8.11.1",
"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.11-all.zip",
"hash": "73d2d553933194d8eefed0a291acbe45392ca3572ba13834cbbf373da375276d",
"extract_dir": "gradle-8.11",
"url": "https://services.gradle.org/distributions/gradle-8.11.1-all.zip",
"hash": "89d4e70e4e84e2d2dfbb63e4daa53e21b25017cc70c37e4eea31ee51fb15098a",
"extract_dir": "gradle-8.11.1",
"post_install": [
"$current_env = Get-EnvVar -Name GRADLE_USER_HOME -Global:$global",
"If ($null -eq $current_env) {",