From 373d4f18e967493df166e803fb0ade8ef105cbc0 Mon Sep 17 00:00:00 2001 From: Valentin Heiserer Date: Wed, 22 Nov 2023 00:47:56 +0100 Subject: [PATCH] added checkystyle to build --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 68c3713..06df2c1 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,26 @@ schafkopf-backend-build + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.3.1 + + + validate + validate + + google_checks.xml + true + true + true + + + check + + + + maven-jar-plugin 3.3.0