From bb1a9b4ac2bd58cc51a0242dc1842ad654e94ed1 Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 19 Apr 2023 09:15:33 -0700 Subject: [PATCH] Enable Spotless for automatic formatting (#421) --- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/pom.xml b/pom.xml index 4e83767..e20b58d 100644 --- a/pom.xml +++ b/pom.xml @@ -78,6 +78,9 @@ --> FindReturnRef + + true + UTF-8 UTF-8 UTF-8 @@ -119,6 +122,7 @@ 5.3.0 4.7.3 4.7.3.4 + 2.36.0 1.23 @@ -195,6 +199,11 @@ maven-license-plugin ${maven-license-plugin.version} + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-maven-plugin.version} + com.github.spotbugs spotbugs-maven-plugin @@ -602,6 +611,37 @@ + + com.diffplug.spotless + spotless-maven-plugin + + + + + + true + + + + + + + + false + scope,groupId,artifactId + groupId,artifactId + true + + + + + + + check + + + + maven-enforcer-plugin