From 76612e7d3426479b8455da241242cc7fdee07eb6 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 28 Nov 2021 21:28:00 +0100 Subject: [PATCH] Add checkstyle to buildPlugins --- flashy/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/flashy/pom.xml b/flashy/pom.xml index 65ddba7..c3fd7e5 100644 --- a/flashy/pom.xml +++ b/flashy/pom.xml @@ -277,6 +277,20 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.2 + + checkstyle.xml + UTF-8 + true + false + true + + + org.apache.maven.plugins