summaryrefslogtreecommitdiffstats
path: root/config/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'config/pom.xml')
-rwxr-xr-xconfig/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/pom.xml b/config/pom.xml
index ace03e11555..73c8cd5b5ad 100755
--- a/config/pom.xml
+++ b/config/pom.xml
@@ -183,6 +183,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
+ <source>1.8</source>
+ <target>1.8</target>
<compilerArgs>
<arg>-Xlint:all</arg>
<arg>-Werror</arg>