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 3379ee2 commit ddca51eCopy full SHA for ddca51e
.github/workflows/build.yml
@@ -30,5 +30,4 @@ jobs:
30
restore-keys: ${{ runner.os }}-maven-
31
32
- name: Build with Maven
33
- run: mvn test
34
-
+ run: mvn --no-transfer-progress --batch-mode -Dmaven.javadoc.skip=true verify
0 commit comments