prevent javadoc error: The code being documented uses modules but the packages defined in URL are in the unnamed module.

This commit is contained in:
Jörg Hohwiller 2020-03-31 22:00:05 +02:00 committed by Alexey Andreev
parent 1b8f5940a0
commit 67cf421819

View File

@ -242,6 +242,7 @@
</execution>
</executions>
<configuration>
<source>${java.version}</source>
<show>protected</show>
<failOnError>false</failOnError>
</configuration>