mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
28 lines
907 B
JSON
28 lines
907 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.3",
|
|
"license": "Apache-2.0",
|
|
"hash": "0f316a67b971b7b571dac7215dcf2591a30994b3450e0629925ffcfe2c68cc5c",
|
|
"url": "https://services.gradle.org/distributions/gradle-6.3-all.zip",
|
|
"extract_dir": "gradle-6.3",
|
|
"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"
|
|
}
|
|
}
|
|
}
|