build: 优化构建配置脚本.

由于 rootProject 已经为子模块定义 repositories, 且子模块没有定义仓库的需要, 故移除子模块中的 repositories.
This commit is contained in:
2022-06-28 01:37:38 +08:00
parent 1340f0aa32
commit fc66cd16f4
2 changed files with 0 additions and 8 deletions

View File

@ -2,10 +2,6 @@ plugins {
java java
} }
repositories {
mavenCentral()
}
dependencies { dependencies {
compileOnly(project(":scalabot-extension")) compileOnly(project(":scalabot-extension"))

View File

@ -6,10 +6,6 @@ plugins {
signing signing
} }
repositories {
mavenCentral()
}
dependencies { dependencies {
val aetherVersion = "1.1.0" val aetherVersion = "1.1.0"
implementation("org.eclipse.aether:aether-api:$aetherVersion") implementation("org.eclipse.aether:aether-api:$aetherVersion")