We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd4e2a commit 980c41cCopy full SHA for 980c41c
.github/workflows/dependency-submission.yml
@@ -25,7 +25,7 @@ jobs:
25
id: dependency-submission
26
uses: gradle/actions/dependency-submission@v4
27
with:
28
- dependency-graph-exclude-projects: ':(buildSrc|*-testing|testing-*)'
+ dependency-graph-exclude-projects: '^:(buildSrc|.*-testing|testing-.*)'
29
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
30
31
- name: Also upload the raw dependency graph as an artifact
0 commit comments