We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e191c0c commit 644ce9bCopy full SHA for 644ce9b
pom.xml
@@ -116,20 +116,6 @@
116
</dependencies>
117
118
<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>
133
<profile>
134
<id>java17</id>
135
<activation>
0 commit comments