1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 04:50:26 +08:00

Maven local

This commit is contained in:
Karlatemp 2020-05-23 15:25:37 +08:00
parent 161464f1bf
commit aa9e60a53d
No known key found for this signature in database
GPG Key ID: 21FBDDF664FF06F8
2 changed files with 2 additions and 0 deletions

View File

@ -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()

View File

@ -3,6 +3,7 @@ plugins {
}
repositories {
mavenLocal()
jcenter()
}