Skip to content

Commit 778c91e

Browse files
committed
Upgrade to Gradle Codenarc plugin 3.6.0
1 parent ad8a965 commit 778c91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ subprojects { Project subproject ->
276276
}
277277

278278
codenarc {
279-
toolVersion = '3.1.0'
279+
toolVersion = '3.6.0'
280280
setConfigFile(new File("$rootDir/gradle/codenarc/codenarc.groovy"))
281281
}
282282

0 commit comments

Comments
 (0)