Updated boot jar enabled to false
This commit is contained in:
parent
b25dfaa656
commit
9bdb8487eb
@ -38,4 +38,8 @@ subprojects {
|
||||
apply {
|
||||
plugin("io.spring.dependency-management")
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<org.springframework.boot.gradle.tasks.bundling.BootJar> {
|
||||
enabled = false
|
||||
}
|
Loading…
Reference in New Issue
Block a user