Fix root project repository for dependency management
All checks were successful
Deploy Tools / deploy (push) Successful in 1m38s

This commit is contained in:
윤희준
2026-08-28 15:32:28 +09:00
parent bd8db994ce
commit f7ffc00b36

View File

@@ -14,6 +14,10 @@ allprojects {
group = 'io.shinhanlife'
// 모든 모듈이 공유하는 프로젝트 버전입니다.
version = '0.0.1-SNAPSHOT'
repositories {
mavenCentral()
}
}