ScoopInstaller_Main/bucket/gradle-bin.json
2022-03-09 20:27:56 +00:00

25 lines
859 B
JSON

{
"version": "7.4.1",
"description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)",
"homepage": "https://gradle.org",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://services.gradle.org/distributions/gradle-7.4.1-bin.zip",
"hash": "e5444a57cda4a95f90b0c9446a9e1b47d3d7f69057765bfb54bd4f482542d548",
"extract_dir": "gradle-7.4.1",
"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-bin.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "gradle-$version"
}
}