Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 9298fca

Browse files
committed
Fix javadoc plugin on later Java versions
See https://bugs.openjdk.java.net/browse/JDK-8212233
1 parent b42b8ce commit 9298fca

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
@@ -88,6 +88,9 @@
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-javadoc-plugin</artifactId>
9090
<version>2.10.4</version>
91+
<configuration>
92+
<source>8</source>
93+
</configuration>
9194
<executions>
9295
<execution>
9396
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)