Skip to content

Commit

Permalink
Merge pull request #25 from hmrc/PLATY-1850
Browse files Browse the repository at this point in the history
PLATY-1850 Fixed problems with running sbt buildAssembly
  • Loading branch information
dabd committed Feb 6, 2019
2 parents 1756e00 + 67b068a commit 8e0fea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/AssemblySettings.scala
Expand Up @@ -27,6 +27,7 @@ object AssemblySettings {
assemblyMergeStrategy in assembly := {
case PathList("org", "apache", "commons", "logging", xs@_*) => MergeStrategy.first
case PathList("play", "core", "server", xs@_*) => MergeStrategy.first
case PathList("META-INF", "io.netty.versions.properties") => MergeStrategy.last
case x =>
val oldStrategy = (assemblyMergeStrategy in assembly).value
oldStrategy(x)
Expand Down

0 comments on commit 8e0fea1

Please sign in to comment.