Skip to content

Commit

Permalink
Publish Gradle's dependency graph to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jan 11, 2025
1 parent bfa5e0a commit 4c4f7b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
java-version: ${{ matrix.java }}
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
dependency-graph: generate-and-submit
dependency-graph-continue-on-failure: false
# - name: Install Docker on macOS
# uses: douglascamata/setup-docker-macos-action@v1-alpha
- name: Prepare Named Pipe integration test on Windows
Expand Down

0 comments on commit 4c4f7b8

Please sign in to comment.