diff --git a/pom.xml b/pom.xml index 0a82842b..7c7db120 100644 --- a/pom.xml +++ b/pom.xml @@ -76,6 +76,7 @@ 3.2.5 8 + 11 3.0.0 ${project.build.directory}/staging/build-helper-maven-plugin @@ -137,30 +138,10 @@ - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - config/maven_checks.xml - header.txt - - - - - run-its - - - skipTests - !true - - @@ -188,6 +169,28 @@ + + java11+ + + [11,) + + + + + com.diffplug.spotless + spotless-maven-plugin + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${checkstyle.spotless.config} + + + + + + only-eclipse