Skip to content

Commit 8740f65

Browse files
authored
Use maven flat -B -ntp
1 parent 4b595a9 commit 8740f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
distribution: 'corretto'
1717
java-version: '11'
1818
- name: Verify
19-
run: ./mvnw clean verify -DskipTests -Dgpg.skip=true
19+
run: ./mvnw -B -ntp clean verify -DskipTests -Dgpg.skip=true
2020

2121
RunOnLinux:
2222
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)