ScoopInstaller_Main/bucket/gradle-bin.json
Ross Smith II bc742a8c7e
Update bucket/gradle-bin.json
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-08-15 12:18:28 -07:00

28 lines
904 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",
"license": "Apache-2.0",
"hash": "15c02ef5dd3631ec02ac52e8725703e0285d9a7eecbf4e5939aa9e924604d01d",
"url": "https://services.gradle.org/distributions/gradle-5.6-bin.zip",
"extract_dir": "gradle-5.6",
"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"
}
}
}