Skip to content

Commit d0517a6

Browse files
committed
fix dependency graph exclusions
1 parent a0a23db commit d0517a6

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: ':(typed-ids-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)