Skip to content

Commit 89d7d2c

Browse files
authored
Enable dependency graph in gradle-build-action (#86)
1 parent e17b3b9 commit 89d7d2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
arguments: check build -PdetektAutoCorrect=false --scan
2626
gradle-version: wrapper
27+
dependency-graph: generate-and-submit
2728
- name: Upload test reports
2829
if: ${{ failure() }} # runs only if previous step has failed, the entire workflow will still be marked as failed
2930
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)