diff --git a/pom.xml b/pom.xml index 028cf65864..a9e72af6a9 100644 --- a/pom.xml +++ b/pom.xml @@ -1340,6 +1340,39 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-maven + + enforce + + + + + 3.0.5 + + + + + + enforce-java-version + + enforce + + + + + [21,) + You must use Java 21+ to release. + + + + + + org.apache.maven.plugins maven-surefire-plugin