mirror of https://github.com/sbt/sbt.git
This does the following: * Fragments loading into two stages: Discovery + Resolution * Discovery just looks for .sbt files and Projects, while loading/compiling them. * Resolution is responsible for taking discovered projects and loaded sbt files and globbing everything together. This includes feeding the project through various manipulations, applying AutoPlugin settings/configurations and ordering all the settings. * Add a bunch of docs * Add direct DSL `enablePlugins` and test * Add direct DSL `disablePlugins` and test. |
||
|---|---|---|
| .. | ||
| actions/src | ||
| command/src/main/scala/sbt | ||
| settings/src | ||
| src | ||
| NOTICE | ||