gradle: Update to version 7.6

This commit is contained in:
github-actions[bot] 2022-11-25 16:29:56 +00:00
parent b7e4f0ecf1
commit 8e3a859719

View File

@ -1,14 +1,14 @@
{ {
"version": "7.5.1", "version": "7.6",
"description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation bundled)", "description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation bundled)",
"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-7.5.1-all.zip", "url": "https://services.gradle.org/distributions/gradle-7.6-all.zip",
"hash": "db9c8211ed63f61f60292c69e80d89196f9eb36665e369e7f00ac4cc841c2219", "hash": "312eb12875e1747e05c2f81a4789902d7e4ec5defbd1eefeaccc08acf096505d",
"extract_dir": "gradle-7.5.1", "extract_dir": "gradle-7.6",
"env_set": { "env_set": {
"GRADLE_USER_HOME": "$dir\\.gradle" "GRADLE_USER_HOME": "$dir\\.gradle"
}, },