ScoopInstaller_Main/bucket/gradle-bin.json
2021-02-05 15:55:53 +01:00

28 lines
913 B
JSON

{
"version": "6.8.2",
"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/oraclejdk",
"java/openjdk"
]
},
"url": "https://services.gradle.org/distributions/gradle-6.8.2-bin.zip",
"hash": "8de6efc274ab52332a9c820366dd5cf5fc9d35ec7078fd70c8ec6913431ee610",
"extract_dir": "gradle-6.8.2",
"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"
}
}