Skip to content

Commit

Permalink
fix: mvn build
Browse files Browse the repository at this point in the history
add distribution
  • Loading branch information
rejchev authored Oct 29, 2024
1 parent 1b8dfa8 commit 7fca681
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mvn-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 1.17
java-version: 17
distribution: 'temurin'

- name: Verify
run: mvn -B clean verify
Expand Down

0 comments on commit 7fca681

Please sign in to comment.