Skip to content

Commit 177d1bd

Browse files
committed
Specify source for JDK 11+ javadoc tool to ignore the 'unnamed' module.
1 parent 58a5d34 commit 177d1bd

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,15 @@ limitations under the License.
328328
<headerFile>${basedir}/LICENSE-header.txt</headerFile>
329329
</configuration>
330330
</plugin>
331+
<!-- Specify source for JDK 11+ javadoc tool to ignore the 'unamed' module.
332+
See: https://bugs.openjdk.java.net/browse/JDK-8212233.
333+
To be removed with parent 49. -->
334+
<plugin>
335+
<artifactId>maven-javadoc-plugin</artifactId>
336+
<configuration>
337+
<source>${maven.compiler.source}</source>
338+
</configuration>
339+
</plugin>
331340
</plugins>
332341
</build>
333342
<reporting>

0 commit comments

Comments
 (0)