refactor: 빌드 최적화 및 ci 수정
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user