mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
27 lines
770 B
JSON
27 lines
770 B
JSON
{
|
|
"homepage": "https://gradle.org",
|
|
"version": "4.4.1",
|
|
"license": "Apache 2.0",
|
|
"hash": "e7cf7d1853dfc30c1c44f571d3919eeeedef002823b66b6a988d27e919686389",
|
|
"url": "https://services.gradle.org/distributions/gradle-4.4.1-bin.zip",
|
|
"extract_dir": "gradle-4.4.1",
|
|
"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"
|
|
}
|
|
}
|
|
}
|