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 7fee9a8 commit 41cd366Copy full SHA for 41cd366
pom.xml
@@ -540,19 +540,6 @@
540
</build>
541
542
<profiles>
543
- <profile>
544
- <!--
545
- We need this option in Java 11+ to avoid an
546
- extra 'undefined' segment in the URL
547
- -->
548
- <id>javadoc-no-module-dir-java-11</id>
549
- <activation>
550
- <jdk>[11,)</jdk>
551
- </activation>
552
- <properties>
553
- <javadoc.joption>--no-module-directories</javadoc.joption>
554
- </properties>
555
- </profile>
556
<profile>
557
<id>performance-tool</id>
558
<dependencies>
0 commit comments