From 51fa820070a12b379cab336d9cb818d138fa2751 Mon Sep 17 00:00:00 2001 From: Big Andy <8012398+big-andy-coates@users.noreply.github.com> Date: Fri, 18 Aug 2023 10:30:27 +0100 Subject: [PATCH] Investigate dependency submission plugin ref: https://github.com/gradle/github-dependency-graph-gradle-plugin/issues/61 --- .github/workflows/dependencies.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 2efa9bf..4d9dd31 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -30,7 +30,4 @@ jobs: dependency-graph: generate-and-submit gradle-home-cache-cleanup: true - name: Generate dependency report - env: - DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath - DEPENDENCY_GRAPH_INCLUDE_PROJECTS: "^:(?!(buildSrc|test-)).*" - run: ./gradlew allDeps --configuration runtimeClasspath \ No newline at end of file + run: ./gradlew allDeps \ No newline at end of file