add repositories support (#1179)

Authored-by: Engin Diri <engin.diri@lidl.com>
This commit is contained in:
Norman Breau
2021-03-27 12:11:56 -03:00
committed by GitHub
parent 1430304d36
commit 11364918b2
6 changed files with 26 additions and 25 deletions
@@ -0,0 +1,5 @@
ext.repos = {
mavenCentral()
google()
jcenter()
}