1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-11-22 14:22:05 +01: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') configFile = new File(rootConfigDir, 'checkstyle.xml')
} }
repositories { repositories {
mavenLocal()
mavenCentral() mavenCentral()
} }
tasks.withType(Jar) { tasks.withType(Jar) {