From 8f88e85ec991b6f30402d81bc85f65cd75886806 Mon Sep 17 00:00:00 2001 From: Sebastian Dyroff Date: Wed, 27 Nov 2024 14:20:07 +0100 Subject: [PATCH] Fix typo in documentation --- docs/dependency-submission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dependency-submission.md b/docs/dependency-submission.md index dd6e422..366f906 100644 --- a/docs/dependency-submission.md +++ b/docs/dependency-submission.md @@ -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' ```