Files
ax_hub_mcp_tool/dap-was-sys/build.gradle
jade 8f1c64ac58
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 44s
refactor: apply Option B, remove heartbeat and register tools once on startup
2026-08-13 17:34:32 +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(':dap-was-lib')
}