Files
dap-was-dapmt/dat-was-sal/build.gradle
jade d2a82db6a4
All checks were successful
Deploy Tools / deploy (push) Successful in 1m25s
소스 업데이트
2026-09-10 13:28:40 +09:00

10 lines
272 B
Groovy

plugins {
// Spring Boot 3.5.11 version is managed by the root build.gradle.
id 'org.springframework.boot'
}
dependencies {
// Shared MCP, Glow integration, validation, logging, Lombok and MapStruct configuration.
implementation project(':dat-was-lib')
}