This commit is contained in:
Madhura Bhave 2020-04-03 12:30:46 -07:00
parent 38dd762086
commit f40444e212
2 changed files with 2 additions and 2 deletions

View File

@ -348,7 +348,7 @@ If no `include` call is made, then all content (not claimed by an earlier closur
If no `exclude` call is made, then no exclusions are applied. If no `exclude` call is made, then no exclusions are applied.
Looking at the `dependencies` closure in the example above, we can see tha the first `intoLayer` will claim all SNAPSHOT dependencies for the `snapshot-dependencies` layer. Looking at the `dependencies` closure in the example above, we can see that the first `intoLayer` will claim all SNAPSHOT dependencies for the `snapshot-dependencies` layer.
The subsequent `intoLayer` will claim anything left (in this case, any dependency that is not a SNAPSHOT) for the `dependencies` layer. The subsequent `intoLayer` will claim anything left (in this case, any dependency that is not a SNAPSHOT) for the `dependencies` layer.
The `application` closure has similar rules. The `application` closure has similar rules.

View File

@ -189,7 +189,7 @@ If no `<include>` is defined, then all content (not claimed by an earlier block)
If no `<exclude>` is defined, then no exclusions are applied. If no `<exclude>` is defined, then no exclusions are applied.
Looking at the `<dependencies>` example above, we can see tha the first `<into>` will claim all SNAPSHOT dependencies for the `snapshot-dependencies` layer. Looking at the `<dependencies>` example above, we can see that the first `<into>` will claim all SNAPSHOT dependencies for the `snapshot-dependencies` layer.
The subsequent `<into>` will claim anything left (in this case, any dependency that is not a SNAPSHOT) for the `dependencies` layer. The subsequent `<into>` will claim anything left (in this case, any dependency that is not a SNAPSHOT) for the `dependencies` layer.
The `<application>` block has similar rules. The `<application>` block has similar rules.