mirror of https://github.com/sbt/sbt.git
Fixes #4461 This opens up ExecuteProgress API that's been around under private[sbt]. Since the state passing mechanism hasn't been used, I got rid of it. The build user can configure the build using two keys Boolean `taskProgress` and `State => Seq[TaskProgress]` `progressReports`. `useSuperShell` is lightweight key on/off switch for the super shell that can be used as follows: ```scala Global / SettingKey[Boolean]("useSuperShell") := false ``` |
||
|---|---|---|
| .. | ||
| src/main/scala/sbt | ||
| NOTICE | ||