Created
April 23, 2018 07:56
-
-
Save jwill/9a1b9cb5164e0306a23ec677a3bc769a to your computer and use it in GitHub Desktop.
Scoop Gradle JSON manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": [ | |
"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" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment