From 82dcb7eb916a78ee014f7b82beb548760202506f Mon Sep 17 00:00:00 2001 From: Jan-Pascal van Best Date: Fri, 14 Sep 2012 22:59:41 +0200 Subject: [PATCH] Use Java 1.6 for maven builds --- .gitignore | 1 + pom.xml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index c763a63..8e5a184 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ /test-result /logs /precompiled +/target *.swp diff --git a/pom.xml b/pom.xml index 0bf9a61..0a19aed 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,14 @@ play-maven-plugin true + + org.apache.maven.plugins + maven-compiler-plugin + + 1.6 + 1.6 + + -- 2.39.5