I\'m working on a Spring Boot app with multiple modules and we\'re using Gradle to build it. Unfortunately I can\'t get the Gradle configuration right.
The project stru
bootJar { enabled = false } jar { enabled = true }
This works for my. In my case use spring boot with spring cloud with multi project and gradle fail to build. With this solution works!