Skip to content

Commit

Permalink
Remove maven build step
Browse files Browse the repository at this point in the history
  • Loading branch information
jkschneider committed Jul 15, 2024
1 parent 65a587b commit c348858
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
arguments: ${{ env.GRADLE_SWITCHES }} build test
- name: verify
run: mvn --show-version --no-transfer-progress --update-snapshots --fail-at-end --batch-mode -Dstyle.color=always verify

publish-snapshots:
needs: [build]
Expand Down

0 comments on commit c348858

Please sign in to comment.