We are using an old version of codenarc. Latest release is 3.1.0, we are using v1.4 right now.
From checkstyle/codenarc.groovy :
@Grapes(
@Grab(group='org.codenarc', module='CodeNarc', version='1.4')
)
https://github.com/CodeNarc/CodeNarc/releases
Findings from PR checkstyle/contribution#836 that successfully closed Issue checkstyle/contribution#757 :
We cannot use the latest due to older groovy version used in CI and the groovy syntax used in our scripts. We have settled on v2.2.0
The version bump needs to be done in the main repo too.
We are using an old version of codenarc. Latest release is 3.1.0, we are using
v1.4right now.From checkstyle/codenarc.groovy :
https://github.com/CodeNarc/CodeNarc/releases
Findings from PR checkstyle/contribution#836 that successfully closed Issue checkstyle/contribution#757 :
We cannot use the latest due to older groovy version used in CI and the groovy syntax used in our scripts. We have settled on
v2.2.0The version bump needs to be done in the main repo too.