Browse Source

Revert disable Javadoc generation on 11+

tags/release-3.0.1
Decebal Suiu 4 years ago
parent
commit
b6180065ce
1 changed files with 0 additions and 12 deletions
  1. 0
    12
      pom.xml

+ 0
- 12
pom.xml View File

@@ -164,18 +164,6 @@
</modules>

<profiles>
<profile>
<!-- Disable Javadoc generation on Java 11, as it fails with message on 11.0.2:
"error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/7/docs/api/ are in the unnamed module."
-->
<id>jdk11-build</id>
<activation>
<jdk>[11, 12)</jdk>
</activation>
<properties>
<javadoc.disabled>true</javadoc.disabled>
</properties>
</profile>
<profile>
<id>travis</id>
<activation>

Loading…
Cancel
Save