ScoopInstaller_Main/bucket/gradle-bin.json
2021-01-09 08:27:00 +01:00

28 lines
907 B
JSON

{
"version": "6.8",
"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/oraclejdk",
"java/openjdk"
]
},
"url": "https://services.gradle.org/distributions/gradle-6.8-bin.zip",
"hash": "e2774e6fb77c43657decde25542dea710aafd78c4022d19b196e7e78d79d8c6c",
"extract_dir": "gradle-6.8",
"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"
}
}