2020-08-25 18:01:13 +00:00

28 lines
913 B
JSON

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