Skip to content

Commit

Permalink
apicurio-registry: fix format plugin error
Browse files Browse the repository at this point in the history
error: Failed to execute goal com.diffplug.spotless:spotless-maven-plugin:2.43.0:check (format) on project apicurio-registry: The following files had format violations: pom.xml

Signed-off-by: James Rawlings <[email protected]>
  • Loading branch information
rawlingsj authored and mamccorm committed Dec 14, 2024
1 parent f1c57e9 commit 0ec1656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apicurio-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ pipeline:

- uses: maven/pombump

- runs: mvn spotless:apply

- name: Build
runs: |
./mvnw clean install \
Expand Down

0 comments on commit 0ec1656

Please sign in to comment.