2021-12-22 16:29:54 +00:00

25 lines
862 B
JSON

{
"version": "7.3.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/openjdk"
},
"url": "https://services.gradle.org/distributions/gradle-7.3.3-all.zip",
"hash": "c9490e938b221daf0094982288e4038deed954a3f12fb54cbf270ddf4e37d879",
"extract_dir": "gradle-7.3.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"
}
}