From 182a8d5d2cbc801e1ab7168581e767c4f65ddacd Mon Sep 17 00:00:00 2001 From: MaicolAntali Date: Sat, 4 Nov 2023 13:09:55 +0100 Subject: [PATCH] Configures `spotless` plugin --- pom.xml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/pom.xml b/pom.xml index 70466871f8..9bbbd31003 100644 --- a/pom.xml +++ b/pom.xml @@ -358,6 +358,38 @@ + + + com.diffplug.spotless + spotless-maven-plugin + 2.40.0 + + + + + *.md + .gitignore + + + + + true + 4 + + + + + + + true + true + + + + + + +