Skip to content

Commit 8131640

Browse files
committed
Maven POM: make sure that javadocs are built with JDK 14+.
(cherry picked from commit 407701a)
1 parent 006199a commit 8131640

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
<configuration>
6767
<source>8</source>
6868
<quiet>true</quiet>
69+
<doclint>none</doclint>
6970
</configuration>
7071
<executions>
7172
<execution>

0 commit comments

Comments
 (0)