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 a0a23db commit d0517a6Copy full SHA for d0517a6
.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: ':(typed-ids-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