From 7867294f4d53c2f1a80eb12868eeea69119c290e Mon Sep 17 00:00:00 2001 From: Him188 Date: Mon, 1 Mar 2021 10:22:31 +0800 Subject: [PATCH] Remove maven local and kotlinx jcenter repositories --- build.gradle.kts | 6 ++---- gradle/wrapper/gradle-wrapper.properties | 2 +- mirai-console | 2 +- settings.gradle.kts | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index d3ee08da2..52b18fcab 100644 --- a/build.gradle.kts +++ b/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 { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 399cacd3a..375c75b46 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/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 diff --git a/mirai-console b/mirai-console index 2e042f6cc..5e6463e49 160000 --- a/mirai-console +++ b/mirai-console @@ -1 +1 @@ -Subproject commit 2e042f6ccd9898d3b0a2b003719008f88b2cb435 +Subproject commit 5e6463e49d876cc6209c4870245d876dbb6f1ffa diff --git a/settings.gradle.kts b/settings.gradle.kts index ce5254172..53967b345 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -9,7 +9,7 @@ pluginManagement { repositories { - mavenLocal() +// mavenLocal() gradlePluginPortal() mavenCentral() jcenter()