Skip to content

Commit

Permalink
Fix bom project spotless failure
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Jul 19, 2024
1 parent 10e79cf commit f58191b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- name: Release to Maven Central
run: |
mvn --batch-mode clean deploy -Prelease -DskipTests=true -Dspotless.check.skip=true -X
mvn --batch-mode clean deploy -Prelease -DskipTests=true -X
env:
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@
<includes>
<include>**/pom.xml</include>
</includes>
<excludes>
<exclude>**/target/**/*.xml</exclude>
</excludes>
<sortPom>
<expandEmptyElements>false</expandEmptyElements>
</sortPom>
Expand Down

0 comments on commit f58191b

Please sign in to comment.