Skip to content

Commit

Permalink
Add JavaDoc maven target to the CI checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
buckett committed Jan 14, 2021
1 parent fb64e2e commit d7df09f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ jobs:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml
# This is part of the release task so we don't want to allow failures.
- name: Build JavaDoc with Maven
run: mvn -B javadoc:javadoc --file pom.xml

0 comments on commit d7df09f

Please sign in to comment.