Add for demo boot jar to true

This commit is contained in:
Sambo Chea 2021-01-26 14:15:22 +07:00
parent 294110af96
commit a27388320f

View File

@ -18,3 +18,8 @@ dependencies {
tasks.withType<Test> {
useJUnitPlatform()
}
tasks.withType<org.springframework.boot.gradle.tasks.bundling.BootJar> {
enabled = true
}