Skip to content

Commit

Permalink
Add missing mergeServiceFiles() call to shadowJar config
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Dec 31, 2024
1 parent f35bbe7 commit c818d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ tasks {
exclude(dependency("com.google.code.findbugs:jsr305"))
exclude(dependency("io.leangen.geantyref:geantyref:.*"))
}
mergeServiceFiles()
}
writeDependencies {
reloc("io.leangen.geantyref")
Expand Down

0 comments on commit c818d18

Please sign in to comment.