mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 08:50:15 +08:00
Remove maven local and kotlinx jcenter repositories
This commit is contained in:
parent
1012ec1824
commit
7867294f4d
@ -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 {
|
||||
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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 {
|
||||
repositories {
|
||||
mavenLocal()
|
||||
// mavenLocal()
|
||||
gradlePluginPortal()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
|
Loading…
Reference in New Issue
Block a user