mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 02:57:21 +02:00
**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.