Enable doclint for GitHub builds
This commit is contained in:
parent
22df0e28c4
commit
93af662ddd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue