fix: flyway path resolution issue
This commit is contained in:
parent
2623ec7643
commit
b2af414cfb
1 changed files with 7 additions and 2 deletions
|
|
@ -269,7 +269,12 @@ tasks.named<ShadowJar>("shadowJar") {
|
||||||
|
|
||||||
archiveFileName.set("app.jar")
|
archiveFileName.set("app.jar")
|
||||||
|
|
||||||
mergeServiceFiles()
|
mergeServiceFiles {
|
||||||
|
include("META-INF/services/**")
|
||||||
|
|
||||||
|
// Fix: https://github.com/flyway/flyway/issues/4170#issuecomment-3569762563
|
||||||
|
duplicatesStrategy = DuplicatesStrategy.INCLUDE
|
||||||
|
}
|
||||||
|
|
||||||
exclude(
|
exclude(
|
||||||
"META-INF/*.RSA",
|
"META-INF/*.RSA",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue