2020-02-24 22:01:50 +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.2.1",
"license": "Apache-2.0",
"hash": "49fad5c94e76bc587c1a1138f045daee81476a82b288c7ab8c7cd6b14bf2b1c7",
"url": "https://services.gradle.org/distributions/gradle-6.2.1-all.zip",
"extract_dir": "gradle-6.2.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"
}
}
}