From 17ad0455f01a747f089efee16ff3047b41279eef Mon Sep 17 00:00:00 2001 From: Tom Page Date: Thu, 12 Sep 2019 08:57:45 +0100 Subject: [PATCH] Use the maven compiler plugin to tell IDEs what version of Java to use. --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index c305c9aeb..de8e449dd 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ 1.1.0 + 11 6.6.5 ${solr.base.version}-patched @@ -39,6 +40,20 @@ search-services insight-engine + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${java.version} + true + true + + + +