Skip to content

Commit 7febb00

Browse files
committed
chore: unbreak CodeNarc by providing a correct Groovy version
Previously it were failing with Could not find artifact org.codehaus.groovy:groovy-all:jar:2.5.13 in google-maven-central Correction for e9eb623 commit. Fix #1478
1 parent 61c97a4 commit 7febb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
<version>${codenarc.plugin.version}</version>
10421042
<configuration>
10431043
<codeNarcVersion>${codenarc.version}</codeNarcVersion>
1044-
<groovyVersion>${groovy.version}</groovyVersion>
1044+
<groovyVersion>${groovy-old.version}</groovyVersion>
10451045
<sourceDirectory>src/test/groovy</sourceDirectory>
10461046
<!--
10471047
rulesets/enhanced.xml was excluded because of a lot of errors about failed

0 commit comments

Comments
 (0)