Skip to content

Commit

Permalink
FIX build
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Apr 26, 2021
1 parent 305b2d3 commit f318387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions daikoku/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ assemblyMergeStrategy in assembly := {
MergeStrategy.first // ???
case PathList(ps @ _*) if ps.contains("mime.types") =>
MergeStrategy.first //???
case PathList(ps @ _*) if ps.contains("native-image") =>
MergeStrategy.first //???
case x =>
val oldStrategy = (assemblyMergeStrategy in assembly).value
oldStrategy(x)
Expand Down

0 comments on commit f318387

Please sign in to comment.