Skip to content

Commit

Permalink
ci: Mark test and fulibScenarios dependencies as development
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Feb 21, 2024
1 parent 9aa44f8 commit f5b23fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:
fetch-depth: 0
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@v3
env:
# https://github.com/gradle/actions/tree/main/dependency-submission#example-of-project-and-configuration-filtering
# https://github.com/gradle/github-dependency-graph-gradle-plugin?tab=readme-ov-file#controlling-the-scope-of-dependencies-in-the-dependency-graph
DEPENDENCY_GRAPH_RUNTIME_EXCLUDE_CONFIGURATIONS: '.*[Tt]est(Compile|Runtime)Classpath|fulibScenarios'

0 comments on commit f5b23fa

Please sign in to comment.