forked from kimhyungsik/ax_hub_mcp_tool
Fix root project repository for dependency management
All checks were successful
Deploy Tools / deploy (push) Successful in 1m38s
All checks were successful
Deploy Tools / deploy (push) Successful in 1m38s
This commit is contained in:
@@ -14,6 +14,10 @@ allprojects {
|
|||||||
group = 'io.shinhanlife'
|
group = 'io.shinhanlife'
|
||||||
// 모든 모듈이 공유하는 프로젝트 버전입니다.
|
// 모든 모듈이 공유하는 프로젝트 버전입니다.
|
||||||
version = '0.0.1-SNAPSHOT'
|
version = '0.0.1-SNAPSHOT'
|
||||||
|
|
||||||
|
repositories {
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user