gradle: fix checkver URL

Prevents HTTP 301 Moved Permanently
This commit is contained in:
Richard Kuhnt 2017-07-20 11:37:19 +02:00
parent dff7394ae4
commit a1e7eecd67

View File

@ -13,7 +13,7 @@
] ]
}, },
"checkver": { "checkver": {
"url": "https://gradle.org/install", "url": "https://gradle.org/install/",
"re": "The current Gradle release is version ([\\d.]+)" "re": "The current Gradle release is version ([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {