From f97bb819f3a2840ac0674b91620488e80e9a0d2c Mon Sep 17 00:00:00 2001 From: Dmitry Baev Date: Mon, 29 Jan 2024 19:32:14 +0000 Subject: [PATCH] only include runtime classpath --- .github/workflows/dependency-submission.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dependency-submission.yml b/.github/workflows/dependency-submission.yml index f11f89b3..bb93c2eb 100644 --- a/.github/workflows/dependency-submission.yml +++ b/.github/workflows/dependency-submission.yml @@ -17,8 +17,6 @@ jobs: uses: actions/checkout@v4 - name: Generate and submit dependency graph uses: gradle/actions/dependency-submission@v3 - with: - dependency-graph: generate-and-upload env: DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':allure-java-commons-test' - DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: 'test(Compile|Runtime)Classpath' + DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'runtimeClasspath'