1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-17 17:04:49 +02:00

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

View file

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