Skip to content

Commit

Permalink
Limit output to runtime classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Aug 16, 2023
1 parent af6190a commit ee768ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/submit-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
env:
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath
DEPENDENCY_GRAPH_INCLUDE_PROJECTS: "^:(?!(buildSrc|test-)).*"
run: ./gradlew allDeps
run: ./gradlew allDeps --configuration runtimeClasspath


0 comments on commit ee768ce

Please sign in to comment.