Skip to content

Commit

Permalink
bump github action for java (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfa1 authored Dec 20, 2023
1 parent 5c55074 commit e207541
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v1
- uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
architecture: ${{ matrix.architecture }}
distribution: 'zulu'
- name: Build project
run: ./mvnw --batch-mode verify

0 comments on commit e207541

Please sign in to comment.