mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
- Check for symlinked value files before reading AC JSON - When symlink exists and is valid, read directly from it - Fallback to original AC file reading if symlink read fails - Improves performance by avoiding unnecessary AC file reads - All existing tests pass