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 26b032e commit ed92b01Copy full SHA for ed92b01
.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: build publish
0 commit comments