Skip to content

Commit

Permalink
Merge pull request #613 from dkim/zero
Browse files Browse the repository at this point in the history
Replace `Global` scope components with `Zero`
  • Loading branch information
eed3si9n authored Feb 8, 2018
2 parents 1889f23 + b2546a5 commit 505c61f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/reference/00-Getting-Started/07A-Scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ For more details, see [Interacting with the Configuration System][Inspecting-Set
### Examples of scoped key notation

- `fullClasspath` specifies just a key, so the default scopes are used:
current project, a key-dependent configuration, and global task
current project, a key-dependent configuration, and `Zero` task
scope.
- `Test / fullClasspath` specifies the configuration, so this is
`fullClasspath` in the `Test` configuration, with defaults for the other
Expand Down Expand Up @@ -331,8 +331,8 @@ reality, all keys consist of both a name, and a scope (where the scope
has three axes). The entire expression
`Compile / packageBin / packageOptions` is a key name, in other words.
Simply `packageOptions` is also a key name, but a different one (for keys
with no in, a scope is implicitly assumed: current project, global
config, global task).
with no in, a scope is implicitly assumed: current project, `Zero`
config, `Zero` task).

### Build-level settings

Expand Down

0 comments on commit 505c61f

Please sign in to comment.