Skip to content

Commit

Permalink
Excludes test dependencies from dependency submission (deepjavalibrar…
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk authored Feb 19, 2024
1 parent 1fcca33 commit e6bd293
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e6bd293

Please sign in to comment.