Skip to content

Commit

Permalink
CI should use -Dno-format to execute other plugins too
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Dec 8, 2022
1 parent 01a0998 commit 85a553e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
cache: 'maven'

- name: Build with Maven
run: mvn -B formatter:validate clean install --file pom.xml
run: mvn -B clean verify -Dno-format -Pnative

0 comments on commit 85a553e

Please sign in to comment.