mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
Problem ------- Given val root, currently both `root` and synthetic root gets loaded. This might be caused by build.sbt being virtualized, and no longer matching the build root directory. Solution -------- For now, comparing the canonical paths seems to fix the issue.