diff options
-rw-r--r-- | pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -165,18 +165,6 @@ <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> <property> |