Skip to content

Commit 13f3c5f

Browse files
Fixing build error that is thrown with Java 11 and above
1 parent 9131f07 commit 13f3c5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@
225225
<groupId>org.apache.maven.plugins</groupId>
226226
<artifactId>maven-javadoc-plugin</artifactId>
227227
<version>3.2.0</version>
228+
<configuration>
229+
<doclint>none</doclint>
230+
</configuration>
228231
</plugin>
229232
<plugin>
230233
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)