Skip to content

Commit

Permalink
Quick and dirty fix for javadoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Jan 28, 2020
1 parent 6ae4881 commit 11eecda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@
<goals>
<goal>jar</goal>
</goals>
<configuration> <!-- Quick and dirty fix to disable error checking with Java8 -->
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 11eecda

Please sign in to comment.