Commit aa9e60a5 authored by Karlatemp's avatar Karlatemp

Maven local

parent 161464f1
...@@ -56,6 +56,7 @@ allprojects { ...@@ -56,6 +56,7 @@ allprojects {
version = Versions.Mirai.version version = Versions.Mirai.version
repositories { repositories {
mavenLocal()
// maven(url = "https://mirrors.huaweicloud.com/repository/maven") // maven(url = "https://mirrors.huaweicloud.com/repository/maven")
maven(url = "https://dl.bintray.com/kotlin/kotlin-eap") maven(url = "https://dl.bintray.com/kotlin/kotlin-eap")
jcenter() jcenter()
......
...@@ -3,6 +3,7 @@ plugins { ...@@ -3,6 +3,7 @@ plugins {
} }
repositories { repositories {
mavenLocal()
jcenter() jcenter()
} }
......
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