From 3043577949a0611dbc2c7dbe8d8216b947248af5 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Wed, 24 Oct 2012 09:23:32 +0100 Subject: [PATCH] temporarily enforce jdk 1.6 in the maven build to provide a non-confusing compile error message if someone accidentally tries to build on JDK 7 which does not yet work (see KT-2988) --- libraries/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/libraries/pom.xml b/libraries/pom.xml index 5c2c08edcae..8a43a18e7cf 100644 --- a/libraries/pom.xml +++ b/libraries/pom.xml @@ -124,6 +124,31 @@ + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0.1 + + + enforce-versions + validate + + enforce + + + + + [1.6,1.7) + + + + + +