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 1f37c2f commit 80c53bcCopy full SHA for 80c53bc
.github/workflows/build.yml
@@ -25,4 +25,4 @@ jobs:
25
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
26
restore-keys: ${{ runner.os }}-m2
27
- name: Build with Maven
28
- run: mvn -B package
+ run: mvn -Dfailonerror=false -B package
0 commit comments