mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
28 lines
904 B
JSON
28 lines
904 B
JSON
{
|
|
"homepage": "https://gradle.org",
|
|
"description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)",
|
|
"version": "6.6",
|
|
"license": "Apache-2.0",
|
|
"hash": "e6f83508f0970452f56197f610d13c5f593baaf43c0e3c6a571e5967be754025",
|
|
"url": "https://services.gradle.org/distributions/gradle-6.6-bin.zip",
|
|
"extract_dir": "gradle-6.6",
|
|
"bin": "bin\\gradle.bat",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/oraclejdk",
|
|
"java/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"
|
|
}
|
|
}
|
|
}
|