Skip to content

Commit

Permalink
report dependencies of buildSrc and root project
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Aug 18, 2023
1 parent 51fa820 commit 4671f03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,7 @@ jobs:
dependency-graph: generate-and-submit
gradle-home-cache-cleanup: true
- name: Generate dependency report
run: ./gradlew allDeps
run: ./gradlew dependencies allDeps
- name: Generate dependency report for buildSrc
run: (cd buildSrc && ../gradlew dependencies)

0 comments on commit 4671f03

Please sign in to comment.