From 6dc15acba4ef7347cabc44ffa991986b5d3828d7 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 5 Dec 2019 21:50:11 +0100 Subject: [PATCH] Build for JDK 1.8 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index cda172b2..4902ed65 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,19 @@ http://maven.apache.org/maven-v4_0_0.xsd"> true + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + true + true + /home/michael/programs/jdk/jdk8u232-b09/bin/javac + 1.8 + 1.8 + 1.8 + + org.antlr antlr4-maven-plugin