Skip to content

Commit

Permalink
build javadoc in java 17 PR job
Browse files Browse the repository at this point in the history
  • Loading branch information
michalszynkiewicz committed Mar 29, 2022
1 parent 068e958 commit f5525a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java: [
{ 'version': '11', opts: '' },
{ 'version': '16', 'opts': '' },
{ 'version': '17', 'opts': '' }
{ 'version': '17', 'opts': 'javadoc:javadoc' }
]
name: build with jdk ${{matrix.java.version}}

Expand All @@ -42,7 +42,7 @@ jobs:
cache: maven

- name: build with maven
run: mvn -B formatter:validate verify --file pom.xml
run: mvn -B formatter:validate verify --file pom.xml ${{matrix.java.opts}}

build-windows:
runs-on: windows-latest
Expand Down

0 comments on commit f5525a6

Please sign in to comment.