2020-05-05 21:01:49 +00: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": "6.4",
"license": "Apache-2.0",
"hash": "d08f7e24d061910382c2fda9915e6ed42dd1480ae2e99211f92c70190cb697e0",
"url": "https://services.gradle.org/distributions/gradle-6.4-all.zip",
"extract_dir": "gradle-6.4",
"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"
}
}
}