aboutsummaryrefslogtreecommitdiffstats
path: root/yolean
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@oath.com>2018-01-08 15:36:05 +0100
committerHåkon Hallingstad <hakon@oath.com>2018-01-08 15:36:05 +0100
commita00f6847b9aed600e356ef062542580ad49990ef (patch)
treef7e2f89a1694864916c690e03af61924edcc7629 /yolean
parent2e1f09f6999c020e4b575659d812e38083c3e24f (diff)
Add tests
And, for some reason I had to specify the Java version in yolean.
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>