Updated boot jar enabled to false

This commit is contained in:
Sambo Chea 2021-01-26 13:05:07 +07:00
parent b25dfaa656
commit 9bdb8487eb

View File

@ -38,4 +38,8 @@ subprojects {
apply {
plugin("io.spring.dependency-management")
}
}
tasks.withType<org.springframework.boot.gradle.tasks.bundling.BootJar> {
enabled = false
}