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
Depends on quarkiverse/quarkiverse-parent#69

(cherry picked from commit 8747000)
  • Loading branch information
gastaldi authored and gsmet committed Dec 20, 2022
1 parent afd483f commit dfe9eea
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

0 comments on commit dfe9eea

Please sign in to comment.