ScoopInstaller_Main/bucket/gradle-bin.json
2019-11-08 20:00:25 +00:00

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.0",
"license": "Apache-2.0",
"hash": "5a3578b9f0bb162f5e08cf119f447dfb8fa950cedebb4d2a977e912a11a74b91",
"url": "https://services.gradle.org/distributions/gradle-6.0-bin.zip",
"extract_dir": "gradle-6.0",
"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"
}
}
}