Skip to content

Commit

Permalink
javadoc search link fixed again (MID-8486)
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 9, 2023
1 parent 7b1e200 commit 0d78425
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions dist/javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,17 @@
</plugin>
</plugins>
</build>

<profiles>
<!-- Fixes MID-8486 invalid "undefined" link in Javadoc search on JDK 11. -->
<profile>
<id>active-on-jdk-11</id>
<activation>
<jdk>11</jdk>
</activation>
<properties>
<javadoc.options>--no-module-directories</javadoc.options>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 0d78425

Please sign in to comment.