Files
dap-was-dapmt/dat-was-pro/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
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')
}