We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa5e0a commit 4c4f7b8Copy full SHA for 4c4f7b8
.github/workflows/cd.yml
@@ -38,6 +38,9 @@ jobs:
38
java-version: ${{ matrix.java }}
39
- name: Setup Gradle
40
uses: gradle/actions/setup-gradle@v4
41
+ with:
42
+ dependency-graph: generate-and-submit
43
+ dependency-graph-continue-on-failure: false
44
# - name: Install Docker on macOS
45
# uses: douglascamata/setup-docker-macos-action@v1-alpha
46
- name: Prepare Named Pipe integration test on Windows
0 commit comments