2023-02-20 20:26:24 +00:00

29 lines
955 B
JSON

{
"version": "8.0.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.0.1-all.zip",
"hash": "948d1e4ccc2f6ae36cbfa087d827aaca51403acae5411e664a6000bb47946f22",
"extract_dir": "gradle-8.0.1",
"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"
}
}