Files
dap-was-dapmt/dat-was-sal/build.gradle
jade 7389c6380c
All checks were successful
Deploy Tools / deploy (push) Successful in 1m21s
refactor: massive rename dap -> dat and dapmt -> datmt preserving encoding
2026-08-20 10:41:55 +09:00

10 lines
289 B
Groovy

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