sbt / sbt-assembly

Deploy über-JARs. Restart processes. (port of codahale/assembly-sbt)
MIT License
1.95k stars 224 forks source link

target/streams produce too much files and can not clean clearly #441

Open liahecf opened 3 years ago

liahecf commented 3 years ago

when i package a fat jar more than 100mb(most of them are dependencies) , target\streams\_global\assembly\_global\streams\assembly produce more than 10,000 small files, and it cost more time than maven-assembly, also it cost too much time when i run clean, and can not clean clearly, how can i resolve this problem? i use sbt 1.5.5 and sbt-assembly 1.0.0

fnqista commented 2 years ago

Please try 2.0.0-RC1 and provide feedback