ScoopInstaller_Main/bucket/gradle-bin.json
2022-02-08 16:29:47 +00:00

25 lines
853 B
JSON

{
"version": "7.4",
"description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)",
"homepage": "https://gradle.org",
"license": "Apache-2.0",
"suggest": {
"JDK": "java/openjdk"
},
"url": "https://services.gradle.org/distributions/gradle-7.4-bin.zip",
"hash": "8cc27038d5dbd815759851ba53e70cf62e481b87494cc97cfd97982ada5ba634",
"extract_dir": "gradle-7.4",
"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-bin.zip",
"hash": {
"url": "$url.sha256"
},
"extract_dir": "gradle-$version"
}
}