From 39908bb4992b19c109a50d41b6fe9b4dbf08428f Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Mon, 25 Jul 2022 10:54:36 -0400 Subject: [PATCH] Updated to add support for Spring Java Format --- .settings.xml | 3 +++ pom.xml | 15 +++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/.settings.xml b/.settings.xml index df2c9150..0e084e0d 100644 --- a/.settings.xml +++ b/.settings.xml @@ -83,4 +83,7 @@ + + io.spring.javaformat + diff --git a/pom.xml b/pom.xml index d608feb0..a7589940 100755 --- a/pom.xml +++ b/pom.xml @@ -119,6 +119,7 @@ true 17 + 0.0.34 @@ -237,6 +238,20 @@ org.apache.maven.plugins maven-checkstyle-plugin + + io.spring.javaformat + spring-javaformat-maven-plugin + ${spring-javaformat-maven-plugin.version} + + + validate + true + + validate + + + +