Skip to content

Commit c90f89d

Browse files
committed
Enable doclint for JavaDocs
Signed-off-by: ascopes <[email protected]>
1 parent 366eaba commit c90f89d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@
380380
<option>--allow-script-in-comments</option>
381381
<option>--override-methods=detail</option>
382382
<option>--show-packages=exported</option>
383+
<option>-use</option>
384+
<option>-Xdoclint:all</option>
383385
</additionalOptions>
384386
<bottom${project.inceptionYear} - ${current-year}, Ashley Scopes --
385387
Apache License V2
@@ -416,8 +418,8 @@
416418
<link>https://www.slf4j.org/apidocs</link>
417419
<link>https://junit.org/junit5/docs/${junit.version}/api</link>
418420
</links>
419-
<source>${java-release}</source>
420421
<quiet>true</quiet>
422+
<release>${java-release}</release>
421423
</configuration>
422424
</plugin>
423425

0 commit comments

Comments
 (0)