From f5b23fa5d07922f4656f65af5c911785b76b56f8 Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Wed, 21 Feb 2024 17:43:29 +0100 Subject: [PATCH] ci: Mark test and fulibScenarios dependencies as development --- .github/workflows/gradle-dependencies.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/gradle-dependencies.yaml b/.github/workflows/gradle-dependencies.yaml index 83883a7..f1c24c3 100644 --- a/.github/workflows/gradle-dependencies.yaml +++ b/.github/workflows/gradle-dependencies.yaml @@ -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'