From 046e74a7d86e1685e789cbae23ee1820ebc8dd6e Mon Sep 17 00:00:00 2001 From: Zach Kimberg Date: Mon, 19 Feb 2024 14:03:04 -0800 Subject: [PATCH] Excludes test dependencies from dependency submission --- .github/workflows/continuous.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index b60ebdda766..38cd7237d65 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -112,6 +112,9 @@ jobs: - name: Submit Dependencies if: github.event_name == 'push' uses: gradle/actions/dependency-submission@v3 + env: + # Exclude dependencies that are only resolved in test classpaths + DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '.*[Tt]est(Compile|Runtime)Classpath' # Windows platform for testing hybrid engines build-windows: