2021-11-09 23:00:30 +00:00

28 lines
910 B
JSON

{
"version": "7.3",
"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.3-all.zip",
"hash": "00b273629df4ce46e68df232161d5a7c4e495b9a029ce6e0420f071e21316867",
"extract_dir": "gradle-7.3",
"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"
}
}