gradle: add autoupdate support

I can't find any checksums _anywhere_ for their binaries, but hopefully it won't generally matter
This commit is contained in:
Benjamin Pollack 2017-01-25 15:35:26 -05:00
parent f00d1af19e
commit a32362e2dc

View File

@ -10,5 +10,9 @@
"checkver": {
"url": "https://gradle.org/gradle-download/",
"re": "Download Gradle ([\\d.]+)"
},
"autoupdate": {
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
"extract_dir": "gradle-$version"
}
}