Skip to content

Commit

Permalink
setup-java v2 (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Apr 27, 2023
1 parent 39b389b commit 10975ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,11 @@ jobs:
with:
ref: ${{ github.event.pull_request.merge_commit_sha }}

- uses: actions/setup-java@v1
- uses: actions/setup-java@v2
name: set up jdk ${{matrix.java}}
with:
java-version: ${{matrix.java}}
distribution: 'temurin'

- name: build with maven
run: mvn -ntp verify

0 comments on commit 10975ed

Please sign in to comment.