We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 366eaba commit c90f89dCopy full SHA for c90f89d
pom.xml
@@ -380,6 +380,8 @@
380
<option>--allow-script-in-comments</option>
381
<option>--override-methods=detail</option>
382
<option>--show-packages=exported</option>
383
+ <option>-use</option>
384
+ <option>-Xdoclint:all</option>
385
</additionalOptions>
386
<bottom>© ${project.inceptionYear} - ${current-year}, Ashley Scopes --
387
Apache License V2
@@ -416,8 +418,8 @@
416
418
<link>https://www.slf4j.org/apidocs</link>
417
419
<link>https://junit.org/junit5/docs/${junit.version}/api</link>
420
</links>
- <source>${java-release}</source>
421
<quiet>true</quiet>
422
+ <release>${java-release}</release>
423
</configuration>
424
</plugin>
425
0 commit comments