Add for demo boot jar to true
This commit is contained in:
parent
294110af96
commit
a27388320f
@ -18,3 +18,8 @@ dependencies {
|
||||
tasks.withType<Test> {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
|
||||
tasks.withType<org.springframework.boot.gradle.tasks.bundling.BootJar> {
|
||||
enabled = true
|
||||
}
|
Loading…
Reference in New Issue
Block a user