Use legacy mode for Javadoc configuration.

An increasing number of libraries starts shipping module info without having their dependencies providing module-info. That is causing a lot of downstream effects and we do not want therefore Javadoc using modulepath.

See #2579
This commit is contained in:
Mark Paluch
2025-05-19 09:58:35 +02:00
parent c3445f15a8
commit f8eca27c88

View File

@@ -1522,6 +1522,7 @@
<breakiterator>true</breakiterator>
<header>${project.name}</header>
<release>${source.level}</release>
<legacyMode>true</legacyMode> <!-- don't even get me started on module-path -->
<quiet>true</quiet>
<tags>
<tag>