Skip to content

Commit

Permalink
correct changelog: pmd wasn't actually updated
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Nov 11, 2021
1 parent 5a34a3a commit 5581248
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- Exclude [EI_EXPOSE_REP2](https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#ei2-may-expose-internal-representation-by-incorporating-reference-to-mutable-object-ei-expose-rep2)
due to confusing false positives
* Update codenarc 2.1.0 -> 2.2.0
* Update pmd 6.34 -> 6.40 (java 17 support)
* Deprecate quality.pmdIncremental property because incremental analysis is enabled by default
since gradle 6.4 (property only useful for enabling it in gradle 5.6 - 6.3)
* Update checkstyle 8.42 -> 9.1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ mkdocs {
extras = [
'version': project.docVersion,
'checkstyle': '9.1',
'pmd': '6.40.0',
'pmd': '6.34.0',
'spotbugs': '4.4.2',
'codenarc': '2.2.0',
'spotbugsPlugin': project.spotbugsPluginVersion,
Expand Down
1 change: 0 additions & 1 deletion src/doc/docs/about/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
- Exclude [EI_EXPOSE_REP2](https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#ei2-may-expose-internal-representation-by-incorporating-reference-to-mutable-object-ei-expose-rep2)
due to confusing false positives
* Update codenarc 2.1.0 -> 2.2.0
* Update pmd 6.34 -> 6.40 (java 17 support)
* Deprecate quality.pmdIncremental property because incremental analysis is enabled by default
since gradle 6.4 (property only useful for enabling it in gradle 5.6 - 6.3)
* Update checkstyle 8.42 -> 9.1
Expand Down

0 comments on commit 5581248

Please sign in to comment.