Skip to content

Commit 18ab544

Browse files
committed
update docs
1 parent 27ba4ad commit 18ab544

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
### 2.4.0 (2017-09-21)
2+
* Support gradle 4.2 (#3)
13
* Update checkstyle 8.0 -> 8.2
24
* Update codenarc 0.27.0 -> 1.0
35
* Update checkstyle config:
46
- Move SuppressionCommentFilter inside TreeWalker (8.1 breaking change)
57
- Remove FileContentsHolder (8.2 breaking change)
68
- New check [AnnotationOnSameLine](http://checkstyle.sourceforge.net/config_annotation.html#AnnotationOnSameLine) (added in 8.2) added to config, but disabled
7-
* Support gradle 4.2 (#3)
89

910
### 2.3.0 (2017-07-24)
1011
* Update checkstyle 7.6 -> 8.0

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildscript {
3131
jcenter()
3232
}
3333
dependencies {
34-
classpath 'ru.vyarus:gradle-quality-plugin:2.3.0'
34+
classpath 'ru.vyarus:gradle-quality-plugin:2.4.0'
3535
}
3636
}
3737
apply plugin: 'ru.vyarus.quality'
@@ -41,7 +41,7 @@ OR
4141

4242
```groovy
4343
plugins {
44-
id 'ru.vyarus.quality' version '2.3.0'
44+
id 'ru.vyarus.quality' version '2.4.0'
4545
}
4646
```
4747

@@ -418,10 +418,10 @@ quality {
418418

419419
// Tools versions
420420

421-
checkstyleVersion = '8.0'
421+
checkstyleVersion = '8.2'
422422
pmdVersion = '5.8.1'
423423
findbugsVersion = '3.0.1'
424-
codenarcVersion = '0.27.0'
424+
codenarcVersion = '1.0'
425425
animalsnifferVersion
426426

427427
/**

0 commit comments

Comments
 (0)