mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
**Problem** packageBin includes version into the file name, which ends up invalidating the cache. **Solution** Define packageInternal, which does not include version in the file name, and used during Compile or Test/compile. Note that publishing and Runtime classpath would continue to use packageBin.