Compare commits
2 Commits
cfe8efdf5a
...
a27388320f
Author | SHA1 | Date | |
---|---|---|---|
a27388320f | |||
294110af96 |
@ -18,3 +18,8 @@ dependencies {
|
|||||||
tasks.withType<Test> {
|
tasks.withType<Test> {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
tasks.withType<org.springframework.boot.gradle.tasks.bundling.BootJar> {
|
||||||
|
enabled = true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user