refactor: 각 어댑터터별 리펙토링 진행

This commit is contained in:
DongHyeonka
2026-08-24 18:26:40 +09:00
parent e98b56eb03
commit 0137263441
439 changed files with 31935 additions and 4719 deletions
+13
View File
@@ -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'