mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-04-07 22:17:34 +00:00
fix gradle config
This commit is contained in:
@@ -40,14 +40,6 @@ configurations {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
|
||||||
maven { url = uri("https://maven.aliyun.com/repository/central")}
|
|
||||||
maven { url = uri("https://maven.aliyun.com/repository/public") }
|
|
||||||
maven { url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
|
|
||||||
maven { url = uri("https://maven.aliyun.com/repository/apache-snapshots") }
|
|
||||||
mavenCentral()
|
|
||||||
}
|
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
||||||
implementation("org.springframework.boot:spring-boot-starter-jooq")
|
implementation("org.springframework.boot:spring-boot-starter-jooq")
|
||||||
|
|||||||
@@ -1 +1,22 @@
|
|||||||
rootProject.name = "backend"
|
rootProject.name = "backend"
|
||||||
|
|
||||||
|
pluginManagement {
|
||||||
|
repositories {
|
||||||
|
maven { url = uri("https://maven.aliyun.com/repository/central")}
|
||||||
|
maven { url = uri("https://maven.aliyun.com/repository/public") }
|
||||||
|
maven { url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
|
||||||
|
maven { url = uri("https://maven.aliyun.com/repository/apache-snapshots") }
|
||||||
|
mavenCentral()
|
||||||
|
gradlePluginPortal()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencyResolutionManagement {
|
||||||
|
repositories {
|
||||||
|
maven { url = uri("https://maven.aliyun.com/repository/central")}
|
||||||
|
maven { url = uri("https://maven.aliyun.com/repository/public") }
|
||||||
|
maven { url = uri("https://maven.aliyun.com/repository/apache-snapshots") }
|
||||||
|
maven { url = uri("https://maven.aliyun.com/repository/gradle-plugin") }
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user