Skip to content

Commit

Permalink
Fix javadoc for jdk8+
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrille-leclerc committed Jan 5, 2021
1 parent 4844a13 commit fbeef3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<doclint>none</doclint>
</configuration>
</plugin>
</plugins>
</build>
<developers>
Expand Down

0 comments on commit fbeef3a

Please sign in to comment.