diff --git a/pom.xml b/pom.xml index f467afc3b7c..a6c550fccbc 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