Pārlūkot izejas kodu

Remove maven local and kotlinx jcenter repositories

Him188 5 gadi atpakaļ
vecāks
revīzija
7867294f4d

+ 2 - 4
build.gradle.kts

@@ -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 {

+ 1 - 1
gradle/wrapper/gradle-wrapper.properties

@@ -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
mirai-console

@@ -1 +1 @@
-Subproject commit 2e042f6ccd9898d3b0a2b003719008f88b2cb435
+Subproject commit 5e6463e49d876cc6209c4870245d876dbb6f1ffa

+ 1 - 1
settings.gradle.kts

@@ -9,7 +9,7 @@
 
 pluginManagement {
     repositories {
-        mavenLocal()
+//        mavenLocal()
         gradlePluginPortal()
         mavenCentral()
         jcenter()