From 0c51554be5f4fec28ebb00c62da5e0163364affb Mon Sep 17 00:00:00 2001 From: Ian Luo Date: Wed, 22 Sep 2021 22:40:54 +0800 Subject: [PATCH] Add a new integration test to validate that the built jars are compatible with Java 8. #602 --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index fbda793095..c3f55a2580 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