aboutsummaryrefslogtreecommitdiffstats
path: root/yolean
diff options
context:
space:
mode:
Diffstat (limited to 'yolean')
-rw-r--r--yolean/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/yolean/pom.xml b/yolean/pom.xml
index 850daae6fea..a59121cb1f6 100644
--- a/yolean/pom.xml
+++ b/yolean/pom.xml
@@ -51,6 +51,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>-Xlint:-serial</arg>