mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 02:53:45 +02:00
This commit makes sure that between every run in batch mode the local root project name is updated if no name is set. This fixes project/generated-root-no-project that was assuming that the root directory name was `generated-root-no-project`. This invariant does not hold anymore with the batch-mode. Now one sbt dir is shared for lots of scripted tests.