Skip to content

Commit

Permalink
Javadoc generation should only log warnings and errors (#1606)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoltx committed Jan 25, 2021
1 parent 2635d47 commit a72d5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -133,6 +133,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<quiet>true</quiet>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit a72d5ff

Please sign in to comment.