From 4483e2bbd041ec336c76f8dd1a39350839d36cd9 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 17 Apr 2014 13:43:25 +0200 Subject: [PATCH] Make gradle use the local maven cache --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 04c29401d..4595c78f0 100644 --- a/build.gradle +++ b/build.gradle @@ -97,6 +97,7 @@ subprojects { configFile = new File(rootConfigDir, 'checkstyle.xml') } repositories { + mavenLocal() mavenCentral() } tasks.withType(Jar) {