rootProject.name = 'itms' // ITMS 통합 멀티모듈 (INTEGRATION_DESIGN.md §2) // common: 공통 클래스 단일화 모듈. legacy/nlib(Maven·Java 8)은 Gradle 컴포짓 제외. include 'common' include 'auth' include 'api' include 'front' include 'batch' include 'datatrans'