Skip to content
Snippets Groups Projects

Enable fat jar

1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -153,6 +153,11 @@ val jar by tasks.getting(Jar::class) {
// Configure Spring Boot plugin task for running the application.
val bootJar by tasks.getting(BootJar::class) {
enabled = true
}
// we don't use the "plain"/light jar
tasks.getByName<Jar>("jar") {
enabled = false
}
Loading