Remove illegal tag as it's not needed

This commit is contained in:
tastybento 2021-09-18 08:15:07 -07:00
parent 3282b1bd12
commit 4f22df069b
1 changed files with 2 additions and 3 deletions

View File

@ -365,7 +365,6 @@
java.base/java.lang.reflect=ALL-UNNAMED
--add-opens
java.logging/java.util.logging=ALL-UNNAMED
--illegal-access=permit
</argLine>
</configuration>
</plugin>
@ -384,12 +383,12 @@
<failOnError>false</failOnError>
<additionalJOption>-Xdoclint:none</additionalJOption>
<!-- To compile with Java 11, this tag may be required -->
<!-- <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable> -->
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>install</phase>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>