ARTEMIS-3228 Enable javadocs check on PRs

This commit is contained in:
Clebert Suconic 2021-04-08 18:43:46 -04:00 committed by clebertsuconic
parent 158a94a836
commit 0edbf890a2
1 changed files with 5 additions and 0 deletions

View File

@ -44,3 +44,8 @@ jobs:
run: |
cd examples
mvn install -Pexamples,noRun
- name: javadoc check (mvn javadoc:javadoc -Prelease on JDK 8)
if: matrix.java == '8'
run: |
mvn javadoc:javadoc -Prelease