configure javadoc maven plugin to look at source from a java8 perspective, in case the build runs on JDK >= 11
This commit is contained in:
@@ -67,6 +67,9 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.10.4</version>
|
||||
<configuration>
|
||||
<source>8</source>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
Reference in New Issue
Block a user