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