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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user