mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-03-13 21:27:19 +08:00
19 lines
609 B
Kotlin
19 lines
609 B
Kotlin
rootProject.name = "backend"
|
|
|
|
pluginManagement {
|
|
repositories {
|
|
// maven { url = uri("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/") }
|
|
// maven { url = uri("https://mirrors.cloud.tencent.com/nexus/repository/gradle-plugin/") }
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
// maven { url = uri("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/") }
|
|
// maven { url = uri("https://mirrors.cloud.tencent.com/nexus/repository/apache-snapshots/") }
|
|
mavenCentral()
|
|
}
|
|
}
|