Skip to content

Commit

Permalink
Latest conv (#192)
Browse files Browse the repository at this point in the history
* Latest conventions
  • Loading branch information
big-andy-coates authored Aug 18, 2023
1 parent b82e8d2 commit f4461b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
dependency-graph: generate-and-submit
gradle-home-cache-cleanup: true
- name: Generate dependency report
run: ./gradlew dependencies allDeps
- name: Generate dependency report for buildSrc
run: (cd buildSrc && ../gradlew dependencies)

env:
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath
DEPENDENCY_GRAPH_INCLUDE_PROJECTS: "^:(?!(buildSrc|test-)).*"
run: ./gradlew allDeps --configuration runtimeClasspath

0 comments on commit f4461b8

Please sign in to comment.