Files
sbt/main
eugene yokota fa7065bdda [2.0.x] fix: Fixes stale resources in test (#9472)
**Problem**
sbt 2.x currently constructs the test classloader using symlinks
to the JARs in CAS (content-addressable storage).
This causes issues because JVM apparently caches opened JAR files by path,
and since the symlink itself doesn't change it could end up
serving stale resource files.

**Solution**
We can workaround this issue by resolving the symlinks to the real path.
2026-07-18 10:13:59 -04:00
..
2023-06-20 16:39:07 +02:00