mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
27 lines
764 B
JSON
27 lines
764 B
JSON
{
|
|
"homepage": "https://gradle.org",
|
|
"version": "4.5",
|
|
"license": "Apache 2.0",
|
|
"hash": "03f2a43a314ff0fb843a85ef68078e06d181c4549c1e5fb983f289382b59b5e3",
|
|
"url": "https://services.gradle.org/distributions/gradle-4.5-bin.zip",
|
|
"extract_dir": "gradle-4.5",
|
|
"bin": "bin\\gradle.bat",
|
|
"suggest": {
|
|
"JDK": [
|
|
"extras/oraclejdk",
|
|
"openjdk"
|
|
]
|
|
},
|
|
"checkver": {
|
|
"url": "https://gradle.org/install/",
|
|
"re": "The current Gradle release is version ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
|
|
"extract_dir": "gradle-$version",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|