mirror of https://github.com/sbt/sbt.git
Add a rootProject convenience macro that expands to a Project with base "."
and the enclosing val name as id. Allows writing `val root = rootProject`
instead of `val root = (project in file("."))` for a stable root project id.
|
||
|---|---|---|
| .. | ||
| src | ||