From cab09b997f5c77b0bffdff6256c3ee3913832047 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Tue, 23 Apr 2024 17:24:22 +0200 Subject: [PATCH] fix configuration with new parent --- pom.xml | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 3604cb5..b91ca94 100644 --- a/pom.xml +++ b/pom.xml @@ -144,6 +144,13 @@ + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + @@ -184,26 +191,5 @@ - - java11+ - - [11,) - - - - - com.diffplug.spotless - spotless-maven-plugin - - - org.apache.maven.plugins - maven-checkstyle-plugin - - ${checkstyle.spotless.config} - - - - -