mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-28 09:30:23 +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 {
|
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 {
|
||||||
|
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
|
# 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
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
// mavenLocal()
|
||||||
gradlePluginPortal()
|
gradlePluginPortal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
|
Loading…
Reference in New Issue
Block a user