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 58a5d34 commit 177d1bdCopy full SHA for 177d1bd
1 file changed
pom.xml
@@ -328,6 +328,15 @@ limitations under the License.
328
<headerFile>${basedir}/LICENSE-header.txt</headerFile>
329
</configuration>
330
</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>
340
</plugins>
341
</build>
342
<reporting>
0 commit comments