mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 00:31:20 +00:00
Fix gradle checkver regex
This commit is contained in:
parent
095a9b591b
commit
0833de9e34
@ -9,7 +9,7 @@
|
||||
"depends": "openjdk",
|
||||
"checkver": {
|
||||
"url": "https://gradle.org/gradle-download/",
|
||||
"re": "Download Gradle ([\\d.]+)"
|
||||
"re": "The current Gradle release is version ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://services.gradle.org/distributions/gradle-$version-bin.zip",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user