Commit d656c755 authored by Him188's avatar Him188 Committed by GitHub

Merge pull request #335 from Karlatemp/patch-6

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