ScoopInstaller_Main/bucket/gradle-bin.json
2020-01-25 00:01:53 +00:00

28 lines
910 B
JSON

{
"homepage": "https://gradle.org",
"description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)",
"version": "6.1.1",
"license": "Apache-2.0",
"hash": "9d94e6e4a28ad328072ef6e56bce79a810494ae756751fdcedffdeaf27c093b1",
"url": "https://services.gradle.org/distributions/gradle-6.1.1-bin.zip",
"extract_dir": "gradle-6.1.1",
"bin": "bin\\gradle.bat",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"checkver": {
"url": "https://gradle.org/install/",
"re": "The current Gradle release is version ([\\d.]+)"
},
"autoupdate": {
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
"extract_dir": "gradle-$version",
"hash": {
"url": "$url.sha256"
}
}
}