Skip to content

Commit ca2f02c

Browse files
committed
Weaker doclint
1 parent 5595347 commit ca2f02c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-javadoc-plugin</artifactId>
121121
<version>3.4.1</version>
122+
<configuration>
123+
<doclint>syntax</doclint> <!-- Turn off syntax checks -->
124+
</configuration>
122125
<executions>
123126
<execution>
124127
<id>attach-javadoc</id>

0 commit comments

Comments
 (0)