Disable bootJar for root project
All checks were successful
Deploy Tools / deploy (push) Successful in 1m42s

This commit is contained in:
윤희준
2026-08-28 15:59:05 +09:00
parent f7ffc00b36
commit 3498dbb388

View File

@@ -237,3 +237,10 @@ subprojects {
}
}
bootJar {
enabled = false
}
jar {
enabled = false
}