mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +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')
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
mavenCentral()
|
||||
}
|
||||
tasks.withType(Jar) {
|
||||
|
|
Loading…
Reference in a new issue