Skip to content

Commit

Permalink
ci: setup-java v2 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Feb 27, 2022
1 parent 5058295 commit 888b1ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -15,10 +15,12 @@ jobs:
- uses: actions/checkout@v2
name: checkout

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

- name: build with maven
run: mvn -B --no-transfer-progress verify javadoc:javadoc --file pom.xml

0 comments on commit 888b1ea

Please sign in to comment.