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 5801288 commit 78f88b1Copy full SHA for 78f88b1
.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: build publish
45
run: ./gradlew clean build publish --no-daemon --info --stacktrace
46
env:
0 commit comments