Skip to content

Commit

Permalink
update codenarc to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Apr 11, 2022
1 parent 912eed5 commit 87081e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Update checkstyle config:
- Add [UnusedLocalVariable](https://checkstyle.sourceforge.io/config_coding.html#UnusedLocalVariable)
* Update pmd 6.34 -> 6.43 (java 17 support)
* Update codenarc 2.2.0 -> 3.0.0

### 4.7.0 (2021-11-10)
* Fix gradle 7 deprecation warnings (#30)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ mkdocs {
'checkstyle': '10.1',
'pmd': '6.43.0',
'spotbugs': '4.4.2',
'codenarc': '2.2.0',
'codenarc': '3.0.0',
'spotbugsPlugin': project.spotbugsPluginVersion,
'cpd': project.cpdVersion,
'animalsnifferPlugin': project.animalsnifferVersion,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class QualityExtension {
String checkstyleVersion = '10.1'
String pmdVersion = '6.43.0'
String spotbugsVersion = '4.4.2'
String codenarcVersion = '2.2.0'
String codenarcVersion = '3.0.0'

/**
* Sets AnimalSniffer version.
Expand Down

0 comments on commit 87081e3

Please sign in to comment.