From 6951cd4d9671f3890e547914265641e38717d857 Mon Sep 17 00:00:00 2001 From: "Dr. Christoph \"Schorsch\" Jung" Date: Wed, 22 Nov 2023 12:07:19 +0100 Subject: [PATCH] chore: need to enable spotless for veracode --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 404effcf..11a444e5 100644 --- a/pom.xml +++ b/pom.xml @@ -199,6 +199,21 @@ maven-jar-plugin 2.4 + + com.diffplug.spotless + spotless-maven-plugin + 2.37.0 + + + format + process-sources + + check + apply + + + + org.apache.maven.plugins maven-checkstyle-plugin