Skip to content

Commit 5a4686d

Browse files
committed
Legger til preemptiv fiks for problem i flyway 10.
1 parent 1de0707 commit 5a4686d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ application {
5555
mainClass.set("no.nav.tms.statistikk.ApplicationKt")
5656
}
5757

58+
tasks {
59+
shadowJar {
60+
mergeServiceFiles()
61+
}
62+
}
63+
5864
tasks {
5965
withType<Test> {
6066
useJUnitPlatform()

0 commit comments

Comments
 (0)