Skip to content

Commit ae72ca8

Browse files
committed
update docs
1 parent fe206df commit ae72ca8

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
### 4.5.0 (2021-02-06)
12
* Fix report separating lines disappear in intellij IDEA output (appears when gradle output recognized as junit test output).
23
Extra zero-width space symbol used to prevent trims.
34
* Update checkstyle 8.36.2 -> 8.39 (not 8.40 due to Indentation check regression)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ NOTE: when updating plugin version in your project don't forget to call `clean`
4747

4848
```groovy
4949
plugins {
50-
id 'ru.vyarus.quality' version '4.4.0'
50+
id 'ru.vyarus.quality' version '4.5.0'
5151
}
5252
```
5353

@@ -60,7 +60,7 @@ buildscript {
6060
gradlePluginPortal()
6161
}
6262
dependencies {
63-
classpath 'ru.vyarus:gradle-quality-plugin:4.4.0'
63+
classpath 'ru.vyarus:gradle-quality-plugin:4.5.0'
6464
}
6565
}
6666
apply plugin: 'ru.vyarus.quality'
@@ -74,7 +74,7 @@ Plugin compiled for java 8, compatible with java 11
7474

7575
Gradle | Version
7676
--------|-------
77-
5.6 | 4.4.0
77+
5.6 | 4.5.0
7878
5.1 | [4.2.2](http://xvik.github.io/gradle-quality-plugin/4.2.2)
7979
4.1 | [3.4.0](http://xvik.github.io/gradle-quality-plugin/3.4.0)
8080
older | [2.4.0](http://xvik.github.io/gradle-quality-plugin/2.4.0)

src/doc/docs/guide/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ quality {
88
99
// Tools versions
1010
11-
checkstyleVersion = '8.40'
11+
checkstyleVersion = '8.39'
1212
pmdVersion = '6.31.0'
1313
spotbugsVersion = '4.2.1'
1414
codenarcVersion = '2.0.0'

0 commit comments

Comments
 (0)