mirror of
https://github.com/gradle/actions.git
synced 2025-08-24 19:01:27 +08:00
Fix typo
This commit is contained in:
parent
e43d10f419
commit
f58a414c4f
@ -212,7 +212,7 @@ contribute to the dependency graph.
|
|||||||
> These dependencies would be assigned to different scopes (eg development, runtime, testing) and the GitHub UI would make it easy to opt-in to security alerts for different dependency scopes.
|
> These dependencies would be assigned to different scopes (eg development, runtime, testing) and the GitHub UI would make it easy to opt-in to security alerts for different dependency scopes.
|
||||||
> However, this functionality does not yet exist.
|
> However, this functionality does not yet exist.
|
||||||
|
|
||||||
### Excluding certain Gradle projects from to the dependency graph
|
### Excluding certain Gradle projects from the dependency graph
|
||||||
|
|
||||||
If you do not want the dependency graph to include dependencies from every project in your build,
|
If you do not want the dependency graph to include dependencies from every project in your build,
|
||||||
you can easily exclude certain projects from the dependency extraction process.
|
you can easily exclude certain projects from the dependency extraction process.
|
||||||
@ -225,7 +225,7 @@ not necessarily remove all dependencies _declared_ in that project. If another p
|
|||||||
then it may transitively resolve dependencies declared in the excluded project: these dependencies will still be included
|
then it may transitively resolve dependencies declared in the excluded project: these dependencies will still be included
|
||||||
in the generated dependency graph.
|
in the generated dependency graph.
|
||||||
|
|
||||||
### Excluding certain Gradle configurations from to the dependency graph
|
### Excluding certain Gradle configurations from the dependency graph
|
||||||
|
|
||||||
Similarly to Gradle projects, it is possible to exclude a set of configuration instances from dependency graph generation,
|
Similarly to Gradle projects, it is possible to exclude a set of configuration instances from dependency graph generation,
|
||||||
so that dependencies resolved by those configurations are not included.
|
so that dependencies resolved by those configurations are not included.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user