Skip to content

Commit 29408ce

Browse files
Bump codenarc Groovy linter to v.3.7.0. (#10077)
1 parent ba2c056 commit 29408ce

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

gradle/codenarc.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
apply plugin: "codenarc"
22

33
dependencies {
4-
codenarc('org.codenarc:CodeNarc:3.6.0')
5-
// if the groovy transitive dependencies are upgraded, this may not be pulled
6-
codenarc('org.codehaus.groovy:groovy-templates')
4+
codenarc('org.codenarc:CodeNarc:3.7.0')
75
}
86

97
codenarc {

0 commit comments

Comments
 (0)