add local maven repo for easier library development
This commit is contained in:
@@ -13,6 +13,10 @@ plugins {
|
||||
}
|
||||
|
||||
allprojects {
|
||||
configurations.configureEach {
|
||||
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
|
||||
}
|
||||
|
||||
apply plugin: 'com.diffplug.spotless'
|
||||
|
||||
if (project === rootProject) {
|
||||
|
||||
@@ -21,6 +21,7 @@ pluginManagement {
|
||||
dependencyResolutionManagement {
|
||||
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
|
||||
repositories {
|
||||
mavenLocal()
|
||||
google()
|
||||
mavenCentral()
|
||||
maven { url = "https://jitpack.io" }
|
||||
|
||||
Reference in New Issue
Block a user