refactor: 각 어댑터터별 리펙토링 진행
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
// The included build that holds this repository's convention plugins.
|
||||
//
|
||||
// Its own settings are deliberately tiny: an included build for build logic should not need the
|
||||
// registry validation, toolchain resolution or plugin management the main build does, and giving it
|
||||
// any of those would make the thing that validates the build depend on the build it validates.
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = 'build-logic'
|
||||
Reference in New Issue
Block a user