Commit e465b71a authored by Him188's avatar Him188

Add mavenLocal

parent 0bcbfa35
buildscript { buildscript {
repositories { repositories {
mavenLocal()
jcenter() jcenter()
mavenCentral() mavenCentral()
google() google()
...@@ -25,6 +26,7 @@ allprojects { ...@@ -25,6 +26,7 @@ allprojects {
// } // }
repositories { repositories {
mavenLocal()
jcenter() jcenter()
mavenCentral() mavenCentral()
google() google()
......
...@@ -10,6 +10,7 @@ pluginManagement { ...@@ -10,6 +10,7 @@ pluginManagement {
} }
repositories { repositories {
mavenLocal()
jcenter() jcenter()
google() google()
mavenCentral() mavenCentral()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment