Skip to content

Commit

Permalink
Bump com.diffplug.spotless:spotless-maven-plugin to enable the sortpo…
Browse files Browse the repository at this point in the history
…m/quiet option
  • Loading branch information
gnodet committed Nov 14, 2024
1 parent 222de36 commit 1750b0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,7 +1188,7 @@ under the License.
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.43.0</version>
<version>2.44.0.BETA4</version>
<configuration>
<java>
<!-- orders of used formatters are important MPOM-376 -->
Expand All @@ -1207,6 +1207,7 @@ under the License.
<expandEmptyElements>false</expandEmptyElements>
<!-- https://issues.apache.org/jira/browse/MRELEASE-1111 -->
<spaceBeforeCloseEmptyElement>true</spaceBeforeCloseEmptyElement>
<quiet>true</quiet>
</sortPom>
</pom>
<upToDateChecking>
Expand Down

0 comments on commit 1750b0c

Please sign in to comment.