Make gradle use the local maven cache

This commit is contained in:
Florian Schmaus 2014-04-17 13:43:25 +02:00
parent 649f7af276
commit 4483e2bbd0
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ subprojects {
configFile = new File(rootConfigDir, 'checkstyle.xml')
}
repositories {
mavenLocal()
mavenCentral()
}
tasks.withType(Jar) {