mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
`clean` should delete the packed dir. If it does not, the next `compileIncremental`, which is a cache hit, will see that the packed dir is already there and will not unpack it.