Skip to content

Commit

Permalink
Weaker doclint
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Apr 27, 2024
1 parent 5595347 commit ca2f02c
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 @@ -119,6 +119,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<configuration>
<doclint>syntax</doclint> <!-- Turn off syntax checks -->
</configuration>
<executions>
<execution>
<id>attach-javadoc</id>
Expand Down

0 comments on commit ca2f02c

Please sign in to comment.