mirror of https://github.com/sbt/sbt.git
See https://eed3si9n.com/simplifying-sbt-with-common-settings/ Problem ------- The behavior of bare settings is confusing in a multi-project build. This is partly due to the fact that to use `ThisBuild` scoping the build user needs to be aware of the task implementation, and know if the task is already defined at project level. Solution -------- This changes the interpretation of the baresettings to be common settings, which works similar to the way `ThisBuild` behaves in sbt 1.x, but since this would be a simple append at project-level, it should work for any tasks or settings. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||