File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1+ ### 4.7.0 (2021-11-10)
12* Fix gradle 7 deprecation warnings (#30 )
23* Update spotbugs plugin 4.7.1 -> 4.7.9
34 (maven group changed: gradle.plugin.com.github.spotbugs.snom -> com.github.spotbugs.snom)
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ NOTE: when updating plugin version in your project don't forget to call `clean`
4646
4747``` groovy
4848plugins {
49- id 'ru.vyarus.quality' version '4.6 .0'
49+ id 'ru.vyarus.quality' version '4.7 .0'
5050}
5151```
5252
@@ -59,7 +59,7 @@ buildscript {
5959 gradlePluginPortal()
6060 }
6161 dependencies {
62- classpath 'ru.vyarus:gradle-quality-plugin:4.6 .0'
62+ classpath 'ru.vyarus:gradle-quality-plugin:4.7 .0'
6363 }
6464}
6565apply plugin: 'ru.vyarus.quality'
@@ -73,7 +73,7 @@ Plugin compiled for java 8, compatible with java 11
7373
7474Gradle | Version
7575--------|-------
76- 5.6 | 4.6 .0
76+ 5.6 | 4.7 .0
77775.1 | [ 4.2.2] ( http://xvik.github.io/gradle-quality-plugin/4.2.2 )
78784.1 | [ 3.4.0] ( http://xvik.github.io/gradle-quality-plugin/3.4.0 )
7979older | [ 2.4.0] ( http://xvik.github.io/gradle-quality-plugin/2.4.0 )
You can’t perform that action at this time.
0 commit comments