restrict the disable-java8-doclint profile

This commit is contained in:
Roberto Cirillo 2023-10-13 14:57:46 +02:00
parent 067dcfa23b
commit 60e3ab5e5f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<profile>
<id>disable-java8-doclint</id>
<activation>
<jdk>[1.8,)</jdk>
<jdk>[1.8,17)</jdk>
</activation>
<properties>
<javadoc.opts>-Xdoclint:none</javadoc.opts>