sbt / sbt-assembly

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

Fix handing of file separator in concat #482

Closed dragisak closed 1 year ago

dragisak commented 1 year ago

Per Java docs, read(b, off, len) returns the number of bytes read. So when enqueuing, you can't just enqueue the whole buffer. Only the slice of buffer between off and the number of bytes read.