From d0b4ce37d0a474693ac1607ce9d7dfcc98db0aec Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Tue, 6 Feb 2024 22:21:09 +0100 Subject: [PATCH] Update dependency-submission.yml --- .github/workflows/dependency-submission.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dependency-submission.yml b/.github/workflows/dependency-submission.yml index 8b43f3a..687d0df 100644 --- a/.github/workflows/dependency-submission.yml +++ b/.github/workflows/dependency-submission.yml @@ -18,7 +18,5 @@ jobs: - name: Generate and submit dependency graph uses: gradle/actions/dependency-submission@v3 env: - # Exclude all dependencies that originate solely in the 'buildSrc' project - DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':build-src' # Exclude dependencies that are only resolved in test classpaths DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '.*[Tt]est(Compile|Runtime)Classpath'