Refactor: move library components out of mcc and into lib packages, enforce jar build for dap-was-lib

This commit is contained in:
jade
2026-08-04 22:55:20 +09:00
parent c91eb1271c
commit 502dad1af9
22 changed files with 35 additions and 111 deletions

View File

@@ -38,3 +38,13 @@ dependencies {
testCompileOnly 'org.projectlombok:lombok:1.18.32'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
}
jar {
enabled = true
}
tasks.matching { it.name == 'bootJar' }.configureEach {
enabled = false
}