mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
25 lines
859 B
JSON
25 lines
859 B
JSON
{
|
|
"version": "7.3.3",
|
|
"description": "An open-source build automation tool focused on flexibility and performance. (Binaries only without documentation)",
|
|
"homepage": "https://gradle.org",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://services.gradle.org/distributions/gradle-7.3.3-bin.zip",
|
|
"hash": "b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302",
|
|
"extract_dir": "gradle-7.3.3",
|
|
"bin": "bin\\gradle.bat",
|
|
"checkver": {
|
|
"url": "https://gradle.org/install/",
|
|
"regex": "The current Gradle release is version ([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
},
|
|
"extract_dir": "gradle-$version"
|
|
}
|
|
}
|