Skip to content

Commit 93af662

Browse files
committed
Enable doclint for GitHub builds
1 parent 22df0e2 commit 93af662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
distribution: 'temurin'
5050
java-version: ${{ matrix.java }}
5151
- name: Build with Maven
52-
run: mvn --file pom.xml --no-transfer-progress
52+
run: mvn -Ddoclint=all --file pom.xml --no-transfer-progress

0 commit comments

Comments
 (0)