Skip to content

Commit

Permalink
Exclude test dependencies from dependency graph
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed May 7, 2024
1 parent 1d6c64b commit 9b04014
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ jobs:
# ================================
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3
env:
# Exclude dependencies that are only resolved in test classpaths
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '.*[Tt]est(Compile|Runtime)Classpath'

0 comments on commit 9b04014

Please sign in to comment.