Skip to content

Commit fc03ca1

Browse files
committed
Fixed JavaDoc bug for JDK>8
1 parent 01dc4b7 commit fc03ca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@
187187
<groupId>org.apache.maven.plugins</groupId>
188188
<artifactId>maven-javadoc-plugin</artifactId>
189189
<version>2.10.4</version>
190+
<configuration>
191+
<source>8</source>
192+
</configuration>
190193
<executions>
191194
<execution>
192195
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)