diff --git a/pom.xml b/pom.xml index 801d84f34f52db139fb4904ae63320d12c204917..dbe3c70f95c3a9e5c6087969799dc3fae013997f 100644 --- a/pom.xml +++ b/pom.xml @@ -91,6 +91,10 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <source>1.8</source> + <target>1.8</target> + </configuration> <executions> <execution> <id>attach-javadocs</id>