Remove maven local and kotlinx jcenter repositories

This commit is contained in:
Him188 2021-03-01 10:22:31 +08:00
parent 1012ec1824
commit 7867294f4d
4 changed files with 5 additions and 7 deletions

View File

@ -15,13 +15,11 @@ import org.jetbrains.kotlin.gradle.plugin.KotlinPlatformType
buildscript { buildscript {
repositories { repositories {
mavenLocal() // mavenLocal()
// maven(url = "https://mirrors.huaweicloud.com/repository/maven") // maven(url = "https://mirrors.huaweicloud.com/repository/maven")
mavenCentral() mavenCentral()
jcenter()
google() google()
maven(url = "https://dl.bintray.com/kotlin/kotlin-eap") jcenter()
maven(url = "https://kotlin.bintray.com/kotlinx")
} }
dependencies { dependencies {

View File

@ -6,7 +6,7 @@
# #
# https://github.com/mamoe/mirai/blob/master/LICENSE # 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 distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists

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

View File

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