(minor) Add missing mavenLocal() repo to a Gradle IT project

This commit is contained in:
Sergey Igushkin
2018-10-19 16:23:01 +03:00
parent 1338d6d66f
commit 285620cb28
@@ -4,6 +4,7 @@ plugins {
} }
repositories { repositories {
mavenLocal()
jcenter() jcenter()
} }