Skip to content

Commit

Permalink
use maven wrapper in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkolson committed Aug 4, 2024
1 parent c897650 commit 250d867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: Build and test
run: mvn --batch-mode verify
run: ./mvnw --batch-mode verify

0 comments on commit 250d867

Please sign in to comment.