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 93e514d commit c920632Copy full SHA for c920632
.github/workflows/gradle-dependency-submission.yml
@@ -36,3 +36,6 @@ jobs:
36
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
37
- name: Generate and submit dependency graph
38
uses: gradle/actions/dependency-submission@v5
39
+ with:
40
+ dependency-graph-exclude-projects: ":buildSrc"
41
+ dependency-graph-exclude-configurations: ".*[Tt]est(Compile|Runtime)Classpath"
0 commit comments