Skip to content

Commit 980c41c

Browse files
committed
fix dependency graph exclusions
1 parent 4fd4e2a commit 980c41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: dependency-submission
2626
uses: gradle/actions/dependency-submission@v4
2727
with:
28-
dependency-graph-exclude-projects: ':(buildSrc|*-testing|testing-*)'
28+
dependency-graph-exclude-projects: '^:(buildSrc|.*-testing|testing-.*)'
2929
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
3030

3131
- name: Also upload the raw dependency graph as an artifact

0 commit comments

Comments
 (0)