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: