Skip to content

Commit 644ce9b

Browse files
authored
Update pom.xml
1 parent e191c0c commit 644ce9b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -116,20 +116,6 @@
116116
</dependencies>
117117

118118
<profiles>
119-
<profile>
120-
<id>java11</id>
121-
<activation>
122-
<jdk>11</jdk>
123-
</activation>
124-
<properties>
125-
<!-- The Javadoc generation started to fail with OpenJDK 11.0.2 (11.0.1 was OK) and OpenJDK 12-ea:
126-
"The code being documented uses modules but the packages defined in
127-
https://docs.oracle.com/javase/7/docs/api/ are in the unnamed module."
128-
See: https://bugs.openjdk.java.net/browse/JDK-8212233
129-
-->
130-
<maven.javadoc.skip>true</maven.javadoc.skip>
131-
</properties>
132-
</profile>
133119
<profile>
134120
<id>java17</id>
135121
<activation>

0 commit comments

Comments
 (0)