From 4ef5d39ee2e235153085731665604f70cccf737e Mon Sep 17 00:00:00 2001 From: James Nord Date: Fri, 5 May 2023 12:44:36 +0100 Subject: [PATCH] validate the format, do not format if we refromat the code on build then CD releases will fail as they are dirty. instead fail the build, let users run the formatter manually --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8b16fac..765b509c 100644 --- a/pom.xml +++ b/pom.xml @@ -307,8 +307,9 @@ + check-source-format - format + check