Arty Khv
Results
2
comments of
Arty Khv
I added this to build.sbt ``` assemblyMergeStrategy in assembly := { case PathList("META-INF","services",xs @ _*) => MergeStrategy.filterDistinctLines case PathList("META-INF",xs @ _*) => MergeStrategy.discard case "application.conf" => MergeStrategy.concat case _ =>...
@Kolpinetz I think I did back then, but now I don't remember what it was. I left my previous work so cannot check the code base. I vaguely remember implementing...