Make it easier to use a local copy/build of the client library
This commit is contained in:
15
build.gradle
15
build.gradle
@@ -8,11 +8,18 @@ buildscript {
|
||||
}
|
||||
}
|
||||
|
||||
if (hasProperty('localFileRepoDir')) {
|
||||
allprojects {
|
||||
repositories {
|
||||
flatDir {
|
||||
dirs file(localFileRepoDir)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
// flatDir {
|
||||
// dirs file("${project.rootDir}/aars")
|
||||
// }
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user