Skip to content

Commit

Permalink
ci: disable spotless on Maven artefact deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed May 11, 2023
1 parent 8f430b6 commit 3ddd757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-maven-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Publish package
run: ./mvnw --no-transfer-progress --batch-mode deploy
run: ./mvnw --no-transfer-progress --batch-mode -Dskip.spotless=true -DskipTests=true deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3ddd757

Please sign in to comment.