Skip to content

Commit 89a6947

Browse files
committed
Make javadoc work for release on jvm11
Signed-off-by: Brian Brazil <[email protected]>
1 parent 49c3557 commit 89a6947

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117
<encoding>UTF-8</encoding>
118118
<docencoding>UTF-8</docencoding>
119119
<linksource>true</linksource>
120+
<source>8</source>
121+
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
120122
</configuration>
121123
<executions>
122124
<execution>

0 commit comments

Comments
 (0)