Skip to content

Commit

Permalink
Skip the checkstyle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
viren-nadkarni committed Dec 2, 2024
1 parent d92466d commit efc66ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ jobs:

- name: Build with Maven
working-directory: ${{ matrix.path }}
run: mvn --batch-mode package
run: mvn --batch-mode package -Denforcer.skip=true -Dcheckstyle.skip=true

- name: Publish to GitHub Packages Apache Maven
working-directory: ${{ matrix.path }}
run: mvn --batch-mode deploy -s $GITHUB_WORKSPACE/settings.xml
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit efc66ff

Please sign in to comment.