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

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