Fix gradle checkver regex

This commit is contained in:
Richard Kuhnt 2017-02-07 20:41:39 +01:00
parent 095a9b591b
commit 0833de9e34

View File

@ -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",