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 d3f7b05 commit ac9fabbCopy full SHA for ac9fabb
.github/workflows/ci.yml
@@ -27,6 +27,6 @@ jobs:
27
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
28
restore-keys: ${{ runner.os }}-m2
29
- name: Build
30
- run: mvn --no-transfer-progress clean verify -Pbuild
+ run: mvn --no-transfer-progress clean dependency:tree verify -Pbuild
31
env:
32
LOG_LEVEL: FATAL
0 commit comments