From 99bce1fccdc5a9a43e24a48d5726b093289a4026 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 6 Oct 2019 11:56:14 +0100 Subject: [PATCH] Set default maven-compiler-plugin release to 12 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index bdc976f..0c21bb2 100644 --- a/pom.xml +++ b/pom.xml @@ -234,6 +234,13 @@ io.github.zlika reproducible-build-maven-plugin + + org.apache.maven.plugins + maven-compiler-plugin + + 12 + + org.apache.maven.plugins maven-enforcer-plugin