Register mavenLocal() repo for all projects.

This commit is contained in:
Greyson Parrelli
2021-09-23 11:35:21 -03:00
committed by Alex Hart
parent 7267d77dcb
commit 64996a8db7
+1
View File
@@ -46,6 +46,7 @@ allprojects {
repositories {
google()
mavenCentral()
mavenLocal()
}
}