6.7.0 - Alpha6 - 模块化 Gradle 脚本, 将共享构建逻辑迁移至 buildSrc 并抽象为约定插件

This commit is contained in:
SuperMonster003
2025-09-24 16:31:06 +08:00
parent 038f4a5ad9
commit 4778794e0e
31 changed files with 1893 additions and 1235 deletions

View File

@@ -10,13 +10,13 @@ allprojects {
repositories {
mavenCentral()
google()
gradlePluginPortal()
maven("https://jitpack.io")
maven("https://maven.aliyun.com/repository/central")
maven("https://maven.aliyun.com/repository/google")
maven("https://maven.aliyun.com/repository/gradle-plugin")
maven("https://maven.aliyun.com/repository/jcenter")
maven("https://maven.aliyun.com/repository/public")
gradlePluginPortal()
}
}
@@ -25,4 +25,4 @@ tasks {
// @Legacy delete(rootProject.buildDir)
delete(rootProject.layout.buildDirectory)
}
}
}