2022-11-25 16:29:56 +00:00

29 lines
949 B
JSON

{
"version": "7.6",
"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-7.6-all.zip",
"hash": "312eb12875e1747e05c2f81a4789902d7e4ec5defbd1eefeaccc08acf096505d",
"extract_dir": "gradle-7.6",
"env_set": {
"GRADLE_USER_HOME": "$dir\\.gradle"
},
"persist": ".gradle",
"bin": "bin\\gradle.bat",
"checkver": {
"url": "https://gradle.org/install/",
"regex": "The current Gradle release is version ([\\d.]+)"
},
"autoupdate": {
"url": "https://services.gradle.org/distributions/gradle-$version-all.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "gradle-$version"
}
}