Enable doclint for GitHub builds

This commit is contained in:
Gary Gregory 2022-10-15 10:12:52 -04:00
parent 22df0e28c4
commit 93af662ddd
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ jobs:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn --file pom.xml --no-transfer-progress
run: mvn -Ddoclint=all --file pom.xml --no-transfer-progress