add local maven repo for easier library development

This commit is contained in:
davotoula
2026-03-27 21:32:32 +01:00
parent 51c68bfaf1
commit acfb596647
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -13,6 +13,10 @@ plugins {
}
allprojects {
configurations.configureEach {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}
apply plugin: 'com.diffplug.spotless'
if (project === rootProject) {
+1
View File
@@ -21,6 +21,7 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenLocal()
google()
mavenCentral()
maven { url = "https://jitpack.io" }