File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ NOTE: when updating plugin version in your project don't forget to call `clean`
4747
4848``` groovy
4949plugins {
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}
6666apply plugin: 'ru.vyarus.quality'
@@ -74,7 +74,7 @@ Plugin compiled for java 8, compatible with java 11
7474
7575Gradle | Version
7676--------|-------
77- 5.6 | 4.4 .0
77+ 5.6 | 4.5 .0
78785.1 | [ 4.2.2] ( http://xvik.github.io/gradle-quality-plugin/4.2.2 )
79794.1 | [ 3.4.0] ( http://xvik.github.io/gradle-quality-plugin/3.4.0 )
8080older | [ 2.4.0] ( http://xvik.github.io/gradle-quality-plugin/2.4.0 )
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments