Files
ax_hub_mcp_tool/dap-was-sms/build.gradle
jade 7c9077dbd1
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m38s
chore: align scaffold gradle with tool standard
2026-08-07 16:56:07 +09:00

10 lines
289 B
Groovy

plugins {
// SMS Tool Pod를 독립 실행 가능한 Spring Boot JAR로 생성합니다.
id 'org.springframework.boot'
}
dependencies {
// MCP Server, Tool 공통 처리, MCI/EAI 연동 기반은 dap-was-lib에서 상속합니다.
implementation project(':dap-was-lib')
}