forked from kimhyungsik/ax_hub_mcp_tool
Refactor: move library components out of mcc and into lib packages, enforce jar build for dap-was-lib
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user