mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
When an AutoPlugin adds a project at the build root via extraProjects, avoid creating a second root from the build definition so both do not share the same target directory. Treat extraProjects root as 'root already defined' and exclude the build-defined root from initialProjects when both would be at the same base.