Skip to content

Instantly share code, notes, and snippets.

@mattkohl
Created April 2, 2017 13:35
Show Gist options
  • Save mattkohl/344632f2ef116f042af3f62cf0cffd46 to your computer and use it in GitHub Desktop.
Save mattkohl/344632f2ef116f042af3f62cf0cffd46 to your computer and use it in GitHub Desktop.
assemblyMergeStrategy in assembly := {
case PathList("META-INF", xs @ _*) => MergeStrategy.discard
case _ => MergeStrategy.first
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment