Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Nov 10, 2021
1 parent f9289a1 commit 30f9025
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
### 4.7.0 (2021-11-10)
* Fix gradle 7 deprecation warnings (#30)
* Update spotbugs plugin 4.7.1 -> 4.7.9
(maven group changed: gradle.plugin.com.github.spotbugs.snom -> com.github.spotbugs.snom)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ NOTE: when updating plugin version in your project don't forget to call `clean`

```groovy
plugins {
id 'ru.vyarus.quality' version '4.6.0'
id 'ru.vyarus.quality' version '4.7.0'
}
```

Expand All @@ -59,7 +59,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'ru.vyarus:gradle-quality-plugin:4.6.0'
classpath 'ru.vyarus:gradle-quality-plugin:4.7.0'
}
}
apply plugin: 'ru.vyarus.quality'
Expand All @@ -73,7 +73,7 @@ Plugin compiled for java 8, compatible with java 11

Gradle | Version
--------|-------
5.6 | 4.6.0
5.6 | 4.7.0
5.1 | [4.2.2](http://xvik.github.io/gradle-quality-plugin/4.2.2)
4.1 | [3.4.0](http://xvik.github.io/gradle-quality-plugin/3.4.0)
older | [2.4.0](http://xvik.github.io/gradle-quality-plugin/2.4.0)
Expand Down

0 comments on commit 30f9025

Please sign in to comment.