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

28 lines
907 B
JSON

{
"homepage": "https://gradle.org",
"description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation boundled)",
"version": "5.6",
"license": "Apache-2.0",
"hash": "33214524e686838c88a88e14e8b30e2323589cc9698186bc8e0594758b132b31",
"url": "https://services.gradle.org/distributions/gradle-5.6-all.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-all.zip",
"extract_dir": "gradle-$version",
"hash": {
"url": "$url.sha256"
}
}
}