mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 09:50:02 +02:00
For that, we: * Change the existing infrastructure to recycle as much code as possible. * Use `BatchScriptRunner` since `ScriptRunner` is too restrictive to programmatically control the underlying sbt servers. * Unify `TestRunner` to the more general way for both batch and non-batch modes.