From f6a0d1d7759a5977521b4940d197368f2e480a63 Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Mon, 2 Dec 2024 09:58:43 -0500 Subject: [PATCH] [pom] Adjust codenarc but skip it codenarc doesn't work for the groovy version we are using nor does it handle modern java properly. The plugin will need separately forked and updated to continue using, for now, just disable it as the code is pretty well written that it is not likely to complain much. --- pom.xml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c9baf42f..ca0cf81c 100644 --- a/pom.xml +++ b/pom.xml @@ -245,6 +245,7 @@ 1.9.4 1.2 1.17.1 + 3.5.0-groovy-4.0 3.2.2 2.1 2.11.0 @@ -666,6 +667,22 @@ + + org.codehaus.mojo + codenarc-maven-plugin + ${codenarcPluginVersion} + + + true + + + + org.codenarc + CodeNarc + ${codenarc.version} + + + @@ -783,11 +800,13 @@ org.codehaus.mojo codenarc-maven-plugin - ${codenarcPluginVersion} + ${codenarc.version} + ${groovyVersion} 0 0 5 + ${project.basedir}/src/main/groovy