Skip to content

Commit d726247

Browse files
Added support for building in Java 11
1 parent 4556ff3 commit d726247

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
@@ -223,6 +223,9 @@
223223
<plugin>
224224
<groupId>org.apache.maven.plugins</groupId>
225225
<artifactId>maven-javadoc-plugin</artifactId>
226+
<configuration>
227+
<source>8</source>
228+
</configuration>
226229
<version>2.9.1</version>
227230
<executions>
228231
<execution>

0 commit comments

Comments
 (0)