Skip to content

Commit

Permalink
Skip formatting during release
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Aug 10, 2024
1 parent 55f159e commit db772ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<releaseProfiles>release</releaseProfiles>
<autoVersionSubmodules>true</autoVersionSubmodules>
<preparationGoals>clean install</preparationGoals>
<arguments>-DskipTests -Dimpsort.skip</arguments>
<arguments>-DskipTests -Dformatter.skip -Dimpsort.skip</arguments>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit db772ed

Please sign in to comment.