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'