Skip to content

Commit c920632

Browse files
committed
Exclude test dependencies
1 parent 93e514d commit c920632

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gradle-dependency-submission.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ jobs:
3636
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
3737
- name: Generate and submit dependency graph
3838
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

Comments
 (0)