Skip to content

Commit 707e619

Browse files
committed
Upgrade to newer javadoc plugin version and set source to 7 for this
plugin so it will actually build properly with Java 11. There are still a bunch of new javadoc warnings with Java 11 that I would like to clean up, but it at least builds now.
1 parent aec5c6a commit 707e619

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,9 @@
419419
<plugin>
420420
<groupId>org.apache.maven.plugins</groupId>
421421
<artifactId>maven-javadoc-plugin</artifactId>
422-
<version>3.0.1</version>
422+
<version>3.1.0</version>
423423
<configuration>
424+
<source>7</source>
424425
<doclint>none</doclint>
425426
</configuration>
426427
<executions>

0 commit comments

Comments
 (0)