Skip to content

Commit

Permalink
do not fail on javadoc warnings
Browse files Browse the repository at this point in the history
since never JDKs apparently warn on any missing documentation, not just incomplete one
  • Loading branch information
mtf90 committed Dec 29, 2023
1 parent 4f4475c commit 2aed2dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ limitations under the License.
<version>${javadoc-plugin.version}</version>
<configuration>
<quiet>true</quiet>
<failOnWarnings>true</failOnWarnings>
<detectLinks>true</detectLinks>
<linksource>false</linksource>
</configuration>
Expand Down

0 comments on commit 2aed2dd

Please sign in to comment.