1
0

Fix Javadoc for Java 15 and up.

Disable Javadoc doclint for now.
This commit is contained in:
Gary Gregory
2020-12-14 14:38:35 -05:00
parent a398111af3
commit fdc41b1436
2 changed files with 8 additions and 8 deletions

View File

@@ -43,4 +43,4 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V --no-transfer-progress -Ddoclint=all --file pom.xml
run: mvn -V --no-transfer-progress -D doclint=none --file pom.xml