ScoopInstaller_Main/bucket/gradle-bin.json
2021-05-14 14:03:26 +00:00

28 lines
913 B
JSON

{
"version": "7.0.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-7.0.2-bin.zip",
"hash": "0e46229820205440b48a5501122002842b82886e76af35f0f3a069243dca4b3c",
"extract_dir": "gradle-7.0.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"
}
}