mirror of
https://github.com/gradle/actions.git
synced 2025-04-20 09:49:19 +08:00
Fix typo in documentation
This commit is contained in:
parent
4ba34e96c5
commit
00781cbaae
@ -276,7 +276,7 @@ For example, if you want to exclude dependencies resolved by the `buildSrc` proj
|
|||||||
uses: gradle/actions/dependency-submission@v4
|
uses: gradle/actions/dependency-submission@v4
|
||||||
with:
|
with:
|
||||||
# Exclude all dependencies that originate solely in the 'buildSrc' project
|
# Exclude all dependencies that originate solely in the 'buildSrc' project
|
||||||
dependency-graph-exclude-projets: ':buildSrc'
|
dependency-graph-exclude-projects: ':buildSrc'
|
||||||
# Exclude dependencies that are only resolved in test classpaths
|
# Exclude dependencies that are only resolved in test classpaths
|
||||||
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
|
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user