We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef547c commit 72c04c6Copy full SHA for 72c04c6
.github/workflows/mvn.yml
@@ -22,4 +22,4 @@ jobs:
22
restore-keys: |
23
${{ runner.os }}-maven-
24
- name: Build with mvn
25
- run: mvn clean install -DskipTests
+ run: mvn -B -ntp clean install
0 commit comments