From ddd0e2f1842340eac03b2954145324712b078549 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 16 Feb 2017 08:25:20 +0100 Subject: [PATCH] Enforce java8 for compilation Motivation: Commit 591293bfb4f6a48a311d195303ce772fb801ec95 changed the build to need java8 but missed to adjust the enforce rule as well. Modifications: Enforce java8+ Result: Quickly fail when user tries to compile with pre java8 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 28334609c5..7606214154 100644 --- a/pom.xml +++ b/pom.xml @@ -596,9 +596,9 @@ - + - [1.7.0,) + [1.8.0,) [3.1.1,)