@@ -15,13 +15,11 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformType
buildscript {
repositories {
- mavenLocal()
+// mavenLocal()
// maven(url = "https://mirrors.huaweicloud.com/repository/maven")
mavenCentral()
- jcenter()
google()
- maven(url = "https://dl.bintray.com/kotlin/kotlin-eap")
- maven(url = "https://kotlin.bintray.com/kotlinx")
+ jcenter()
}
dependencies {
@@ -6,7 +6,7 @@
#
# https://github.com/mamoe/mirai/blob/master/LICENSE
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
@@ -1 +1 @@
-Subproject commit 2e042f6ccd9898d3b0a2b003719008f88b2cb435
+Subproject commit 5e6463e49d876cc6209c4870245d876dbb6f1ffa
@@ -9,7 +9,7 @@
pluginManagement {
gradlePluginPortal()
jcenter()