ScoopInstaller_Main/bucket/gradle-bin.json
2019-10-18 03:00:16 +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": "5.6.3",
"license": "Apache-2.0",
"hash": "60a6d8f687e3e7a4bc901cc6bc3db190efae0f02f0cc697e323e0f9336f224a3",
"url": "https://services.gradle.org/distributions/gradle-5.6.3-bin.zip",
"extract_dir": "gradle-5.6.3",
"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"
}
}
}