|
|
@@ -6,7 +6,7 @@ import kotlin.math.pow
|
|
|
buildscript {
|
|
|
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")
|
|
|
jcenter()
|
|
|
google()
|
|
|
@@ -51,7 +51,7 @@ allprojects {
|
|
|
version = Versions.Mirai.version
|
|
|
|
|
|
repositories {
|
|
|
- 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")
|
|
|
jcenter()
|
|
|
google()
|