From 5f4ee05d641ece0134dd1c54ab3eca6753da36e5 Mon Sep 17 00:00:00 2001 From: Ian Luo Date: Thu, 7 Oct 2021 04:00:48 +0800 Subject: [PATCH] Add a new integration test to validate that the built jars are compatible with Java 8. #602 (#636) Co-authored-by: Artur Souza --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index fbda79309..c3f55a258 100644 --- a/pom.xml +++ b/pom.xml @@ -104,6 +104,28 @@ + + org.codehaus.mojo + animal-sniffer-maven-plugin + 1.20 + + + org.codehaus.mojo.signature + java18 + 1.0 + + false + + + + enforce-java-8-compatibility + process-classes + + check + + + + org.apache.maven.plugins maven-gpg-plugin