Skip to content

Commit

Permalink
add -Dspotless.check.skip to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ljubon committed Jun 10, 2024
1 parent 76ee286 commit c5a050a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
run: |
mvn --batch-mode --update-snapshots clean compile test-compile
mvn --batch-mode package -DskipTests -Dmaven.test.skip=true
mvn --batch-mode install -DskipTests -Dmaven.test.skip=true -Dgpg.skip
mvn --batch-mode install -DskipTests -Dmaven.test.skip=true -Dgpg.skip -Dspotless.check.skip
shell: bash

- name: Upload Binaries
Expand Down

0 comments on commit c5a050a

Please sign in to comment.