Skip to content

Commit

Permalink
chore: bootJar config
Browse files Browse the repository at this point in the history
  • Loading branch information
oereo committed Mar 19, 2023
1 parent 458238b commit f32eaed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ publishing {
fromResolutionResult()
}
}
artifact jar
}
}
}
Expand Down Expand Up @@ -67,6 +66,10 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

bootJar {
jar.enabled = true
}

tasks.named('test') {
useJUnitPlatform()
}

0 comments on commit f32eaed

Please sign in to comment.