diff --git a/pom.xml b/pom.xml index f467afc3b..a6c550fcc 100644 --- a/pom.xml +++ b/pom.xml @@ -129,6 +129,26 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-java + + enforce + + + + + This build requires at least Java ${java.version}, update your JVM, and run the build again + ${java.version} + + + + + + org.apache.maven.plugins maven-checkstyle-plugin