mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-15 21:21:21 +00:00
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:
parent
f00d1af19e
commit
a32362e2dc
@ -10,5 +10,9 @@
|
|||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://gradle.org/gradle-download/",
|
"url": "https://gradle.org/gradle-download/",
|
||||||
"re": "Download Gradle ([\\d.]+)"
|
"re": "Download Gradle ([\\d.]+)"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
|
||||||
|
"extract_dir": "gradle-$version"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user