mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
28 lines
907 B
JSON
28 lines
907 B
JSON
{
|
|
"version": "7.2",
|
|
"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/oraclejdk",
|
|
"java/openjdk"
|
|
]
|
|
},
|
|
"url": "https://services.gradle.org/distributions/gradle-7.2-bin.zip",
|
|
"hash": "f581709a9c35e9cb92e16f585d2c4bc99b2b1a5f85d2badbd3dc6bff59e1e6dd",
|
|
"extract_dir": "gradle-7.2",
|
|
"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"
|
|
}
|
|
}
|