Skip to content

Commit

Permalink
Use only compile and runtime classpath in dependency graph submissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGregory084 authored Dec 20, 2024
1 parent 1d60e93 commit 3de8079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ jobs:

- name: Generate Dependency Graph Snapshot
uses: gradle/actions/dependency-submission@v4
env:
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'compileClasspath|runtimeClasspath'

0 comments on commit 3de8079

Please sign in to comment.