From cce7055534704f1866180a05a430026dd6291e64 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 20 Feb 2017 23:38:14 +0100 Subject: [PATCH] Fix extract_dir for groovy autoupdate --- groovy.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/groovy.json b/groovy.json index 6a70cf498f..e54af5b8c9 100644 --- a/groovy.json +++ b/groovy.json @@ -26,6 +26,7 @@ "re": "([\\d.]+) distributions" }, "autoupdate": { - "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip" + "url": "https://dl.bintray.com/groovy/maven/apache-groovy-binary-$version.zip", + "extract_dir": "groovy-$version" } }