mirror of https://github.com/sbt/sbt.git
- remove AutoPlugin.provides * name comes from module name * AutoPlugin is Nature-like via Basic - Project.addNatures only accepts varags of Nature values * enforces that a user cannot explicitly enable an AutoPlugin * drops need for && and - combinators - Project.excludeNatures accepts varags of AutoPlugin values * enforces that only AutoPlugins can be excluded * drops need for && and - combinators |
||
|---|---|---|
| .. | ||
| actions/src | ||
| command/src/main/scala/sbt | ||
| settings/src | ||
| src | ||
| NOTICE | ||