Skip to content

Commit 30f9025

Browse files
committed
update docs
1 parent f9289a1 commit 30f9025

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
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)

README.md

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

4747
```groovy
4848
plugins {
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
}
6565
apply plugin: 'ru.vyarus.quality'
@@ -73,7 +73,7 @@ Plugin compiled for java 8, compatible with java 11
7373

7474
Gradle | Version
7575
--------|-------
76-
5.6 | 4.6.0
76+
5.6 | 4.7.0
7777
5.1 | [4.2.2](http://xvik.github.io/gradle-quality-plugin/4.2.2)
7878
4.1 | [3.4.0](http://xvik.github.io/gradle-quality-plugin/3.4.0)
7979
older | [2.4.0](http://xvik.github.io/gradle-quality-plugin/2.4.0)

0 commit comments

Comments
 (0)