Register mavenLocal() repo for all projects.

This commit is contained in:
Greyson Parrelli
2021-09-22 14:58:21 -04:00
committed by Alex Hart
parent 7267d77dcb
commit 64996a8db7

View File

@@ -46,6 +46,7 @@ allprojects {
repositories {
google()
mavenCentral()
mavenLocal()
}
}