mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
* remove oraclejdk references * remove oraclejdk reference * remove oraclejdk reference * replace single item arrays with simple strings
25 lines
859 B
JSON
25 lines
859 B
JSON
{
|
|
"version": "7.3.2",
|
|
"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.2-bin.zip",
|
|
"hash": "23b89f8eac363f5f4b8336e0530c7295c55b728a9caa5268fdd4a532610d5392",
|
|
"extract_dir": "gradle-7.3.2",
|
|
"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"
|
|
}
|
|
}
|