From ee768cefcd90a55e3a8c9b370f324891a230f8bc Mon Sep 17 00:00:00 2001 From: Big Andy <8012398+big-andy-coates@users.noreply.github.com> Date: Wed, 16 Aug 2023 13:45:54 +0100 Subject: [PATCH] Limit output to runtime classpath --- .github/workflows/submit-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/submit-dependencies.yml b/.github/workflows/submit-dependencies.yml index d8e5b0b..4a7fe88 100644 --- a/.github/workflows/submit-dependencies.yml +++ b/.github/workflows/submit-dependencies.yml @@ -30,6 +30,6 @@ jobs: env: DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: runtimeClasspath DEPENDENCY_GRAPH_INCLUDE_PROJECTS: "^:(?!(buildSrc|test-)).*" - run: ./gradlew allDeps + run: ./gradlew allDeps --configuration runtimeClasspath