forked from kimhyungsik/ax_hub_mcp_tool
Disable bootJar for root project
All checks were successful
Deploy Tools / deploy (push) Successful in 1m42s
All checks were successful
Deploy Tools / deploy (push) Successful in 1m42s
This commit is contained in:
@@ -236,4 +236,11 @@ subprojects {
|
||||
dependsOn rootProject.tasks.named('validateMcpToolNames')
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
bootJar {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
jar {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user