Disable javadoc module as it breaks the jenkins build. (See issue 5924)

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2021-01-27 13:33:14 -06:00
parent cd4c046988
commit fb6a148e9c
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4

View File

@ -1319,9 +1319,11 @@
</profile>
<profile>
<id>eclipse-release</id>
<!--
<modules>
<module>javadoc</module>
</modules>
-->
<build>
<plugins>
<plugin>