From 70b3a987c9abeab6564a9512f0a46664fc461ce7 Mon Sep 17 00:00:00 2001 From: Max Weber Date: Fri, 26 Feb 2021 10:22:21 -0700 Subject: [PATCH] Require Java 9 or higher for building We still support Java 8 at runtime since older launchers shipped with it, and there are still many installs that use those older launchers. --- pom.xml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index c3ccba7052..0443ee0b52 100644 --- a/pom.xml +++ b/pom.xml @@ -152,34 +152,15 @@ - - - java9 - - [1.9,) - - - - - maven-compiler-plugin - - ${java.release} - - - - - - - org.apache.maven.plugins maven-compiler-plugin - 3.6.1 ${java.version} ${java.version} + ${java.release}