mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
28 lines
913 B
JSON
28 lines
913 B
JSON
{
|
|
"homepage": "https://gradle.org",
|
|
"description": "An open-source build automation tool focused on flexibility and performance. (Source code and documentation boundled)",
|
|
"version": "6.2.2",
|
|
"license": "Apache-2.0",
|
|
"hash": "838fa0e3373a9c8d953eff972449edc6be5fa12b26509ac3387727de85138cc0",
|
|
"url": "https://services.gradle.org/distributions/gradle-6.2.2-all.zip",
|
|
"extract_dir": "gradle-6.2.2",
|
|
"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-all.zip",
|
|
"extract_dir": "gradle-$version",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|