We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-B -ntp
1 parent 4b595a9 commit 8740f65Copy full SHA for 8740f65
.github/workflows/builds.yml
@@ -16,7 +16,7 @@ jobs:
16
distribution: 'corretto'
17
java-version: '11'
18
- name: Verify
19
- run: ./mvnw clean verify -DskipTests -Dgpg.skip=true
+ run: ./mvnw -B -ntp clean verify -DskipTests -Dgpg.skip=true
20
21
RunOnLinux:
22
runs-on: ubuntu-latest
0 commit comments