Skip to content

Commit

Permalink
fix: add options to avoid fmt and enforcer for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Jan 24, 2022
1 parent 93f5bdb commit 9033ff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
maven-url: s01.oss.sonatype.org
maven-gpg-passphrase: ${{ secrets.MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE }}
github-token: ${{ secrets.GITHUB_TOKEN }}
maven-additional-options: -Dfmt.skip -Denforcer.skip
id: release
- if: github.event.release
name: Attach artifacts to GitHub Release (Release only)
Expand Down
1 change: 1 addition & 0 deletions zeebe-cloudevents-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot.version}</version>
</plugin>

<plugin>
Expand Down

0 comments on commit 9033ff1

Please sign in to comment.