Skip to content

Commit 026ba80

Browse files
committed
Disable JavaDoc linter.
1 parent 0c3fda6 commit 026ba80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@
145145
<goals>
146146
<goal>jar</goal>
147147
</goals>
148+
<configuration>
149+
<additionalparam>-Xdoclint:none</additionalparam>
150+
</configuration>
148151
</execution>
149152
</executions>
150153
</plugin>

0 commit comments

Comments
 (0)