Skip to content

Commit

Permalink
Investigate dependency submission plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Aug 18, 2023
1 parent 572bd0f commit 51fa820
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,4 @@ jobs:
dependency-graph: generate-and-submit
gradle-home-cache-cleanup: true
- name: Generate dependency report
env:
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath
DEPENDENCY_GRAPH_INCLUDE_PROJECTS: "^:(?!(buildSrc|test-)).*"
run: ./gradlew allDeps --configuration runtimeClasspath
run: ./gradlew allDeps

0 comments on commit 51fa820

Please sign in to comment.