sbt/lm-core
eugene yokota 6b3d7c6301
[2.x] fix: Fixes cache invalidation on version change (#9471)
**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.
2026-08-19 00:13:59 -04:00
..
src [2.x] fix: Fixes cache invalidation on version change (#9471) 2026-08-19 00:13:59 -04:00
NOTICE Move to lm-core, lm-ivy folders 2024-10-09 08:55:37 +02:00