mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 01:40:29 +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.