2021-07-02 15:00:24 +00:00

28 lines
916 B
JSON

{
"version": "7.1.1",
"description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation boundled)",
"homepage": "https://gradle.org",
"license": "Apache-2.0",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"url": "https://services.gradle.org/distributions/gradle-7.1.1-all.zip",
"hash": "9bb8bc05f562f2d42bdf1ba8db62f6b6fa1c3bf6c392228802cc7cb0578fe7e0",
"extract_dir": "gradle-7.1.1",
"bin": "bin\\gradle.bat",
"checkver": {
"url": "https://gradle.org/install/",
"regex": "The current Gradle release is version ([\\d.]+)"
},
"autoupdate": {
"url": "https://services.gradle.org/distributions/gradle-$version-all.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "gradle-$version"
}
}