Skip to content

Commit 5f967e6

Browse files
committed
Fix javadoc on java 11
1 parent f25dbd1 commit 5f967e6

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
@@ -76,6 +76,9 @@
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-javadoc-plugin</artifactId>
7878
<version>3.1.1</version>
79+
<configuration>
80+
<source>8</source>
81+
</configuration>
7982
</plugin>
8083
</plugins>
8184
</pluginManagement>

0 commit comments

Comments
 (0)