漫画、作曲、ラップ、プログラミングをやっています。I am Keita Roimo: Manga Artist, Musician, Rapper, Software Engineer.
Saturday, February 29, 2020
Saturday, February 22, 2020
Thursday, February 20, 2020
Sunday, February 16, 2020
Friday, February 14, 2020
[sbt] If your jar file fails executing because of dependency issue
(keep in mind that this is for sbt 1.3.8)
1. get your sbt-assmebly matches your Scala version: https://github.com/sbt/sbt-assembly
2. add the following to your build.sbt file:
Reference:
https://stackoverflow.com/questions/25144484/sbt-assembly-deduplication-found-error
1. get your sbt-assmebly matches your Scala version: https://github.com/sbt/sbt-assembly
2. add the following to your build.sbt file:
assemblyMergeStrategy in assembly := {
case PathList("META-INF", xs @ _*) => MergeStrategy.discard
case x => MergeStrategy.first
}
3. that's it! now run $sbt assemblyReference:
https://stackoverflow.com/questions/25144484/sbt-assembly-deduplication-found-error
Saturday, February 8, 2020
Friday, February 7, 2020
Subscribe to:
Posts (Atom)