mirror of
https://github.com/gradle/actions.git
synced 2025-04-19 17:29:20 +08:00
Fix typo in documentation
This commit is contained in:
parent
4ba34e96c5
commit
8f88e85ec9
@ -276,7 +276,7 @@ For example, if you want to exclude dependencies resolved by the `buildSrc` proj
|
||||
uses: gradle/actions/dependency-submission@v4
|
||||
with:
|
||||
# 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
|
||||
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user