Skip to content

Update Codenarc to highest compatible release - v2.2.0 #14556

@MANISH-K-07

Description

@MANISH-K-07

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions