ScoopInstaller_Main/gradle.json
2018-04-18 16:01:03 +00:00

27 lines
764 B
JSON

{
"homepage": "https://gradle.org",
"version": "4.7",
"license": "Apache 2.0",
"hash": "fca5087dc8b50c64655c000989635664a73b11b9bd3703c7d6cabd31b7dcdb04",
"url": "https://services.gradle.org/distributions/gradle-4.7-bin.zip",
"extract_dir": "gradle-4.7",
"bin": "bin\\gradle.bat",
"suggest": {
"JDK": [
"extras/oraclejdk",
"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"
}
}
}