refactor: 빌드 최적화 및 ci 수정

This commit is contained in:
donghyeon-ka
2026-09-17 15:24:31 +09:00
parent 944a1e348b
commit ace8aaaef6
263 changed files with 1975 additions and 3130 deletions
+8
View File
@@ -3,6 +3,7 @@ pluginManagement {
// plugins are testable with TestKit and do not force every project to recompile when one of them
// changes.
includeBuild('build-logic')
includeBuild('build-qualification')
}
plugins {
@@ -13,4 +14,11 @@ plugins {
id 'ca.architecture-registry'
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
}
}
rootProject.name = 'ca-skeleton'