Skip to content

Commit 50ad254

Browse files
authored
Add <source> config to maven-javadoc-plugin
This fixes errors when building for JDK 11 and 12 https://bugs.openjdk.java.net/browse/JDK-8212233
1 parent 8b97b36 commit 50ad254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
<version>3.1.1</version>
128128
<configuration>
129129
<doclint>none</doclint>
130+
<source>8</source>
130131
</configuration>
131132
<executions>
132133
<execution>

0 commit comments

Comments
 (0)