Skip to content

Commit d9c9e49

Browse files
committed
make javadoc build again
1 parent 032c3c4 commit d9c9e49

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
@@ -156,6 +156,9 @@
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-javadoc-plugin</artifactId>
158158
<version>3.0.1</version>
159+
<configuration>
160+
<source>8</source>
161+
</configuration>
159162
<executions>
160163
<execution>
161164
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)