Skip to content

Commit

Permalink
Avoid some specific Javadoc warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
canabrook authored and canabrook committed Oct 18, 2022
1 parent ff9f7b7 commit 4064c2b
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 @@ -134,6 +134,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven.javadoc.plugin.version}</version>
<configuration>
<source>8</source>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 4064c2b

Please sign in to comment.