Skip to content

Commit

Permalink
no-snow Sort pom.xml in format.sh (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-lsembera authored Oct 19, 2023
1 parent 72ff747 commit c690d56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ if ! command -v java > /dev/null; then
fi
echo "Running Google Java Format"
find ./src -type f -name "*.java" -print0 | xargs -0 java -jar "${JAR_FILE}" --replace --set-exit-if-changed && echo "OK"

echo "Sorting pom.xml"
mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort

0 comments on commit c690d56

Please sign in to comment.