mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
Make gradle use the local maven cache
This commit is contained in:
parent
649f7af276
commit
4483e2bbd0
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue