2019-09-05 18:00:16 +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": "5.6.2",
"license": "Apache-2.0",
"hash": "027fdd265d277bae65a0d349b6b8da02135b0b8e14ba891e26281fa877fe37a2",
"url": "https://services.gradle.org/distributions/gradle-5.6.2-all.zip",
"extract_dir": "gradle-5.6.2",
"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"
}
}
}