6.7.0 - Alpha6 - Gradle 脚本由 buildSrc 迁移至 build-logic 并启用类型安全访问器

This commit is contained in:
SuperMonster003
2025-10-06 12:56:22 +08:00
parent 4235ffda82
commit aa603aac44
61 changed files with 165 additions and 180 deletions

View File

@@ -0,0 +1,17 @@
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
dependencyResolutionManagement {
repositories {
mavenCentral()
google()
}
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}
include(":convention")
rootProject.name = "build-logic"