From 7b6af7ee9dedbd2101485224d05b048eac4ca4d2 Mon Sep 17 00:00:00 2001 From: Vyacheslav Rusakov Date: Sat, 18 Feb 2023 16:06:48 +0700 Subject: [PATCH] update docs --- CHANGELOG.md | 1 + README.md | 6 +++--- build.gradle | 2 +- src/doc/docs/about/compatibility.md | 2 +- src/doc/docs/about/history.md | 11 +++++++++++ 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e09d6..5a41631 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +### 4.9.0 (2023-02-18) * Gradle 8 support (#77) * Update checkstyle 10.3.1 -> 10.6.0 * Update pmd 6.47 -> 6.54 (java 19 support) diff --git a/README.md b/README.md index 4e7dffa..64580c2 100644 --- a/README.md +++ b/README.md @@ -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.8.0' + id 'ru.vyarus.quality' version '4.9.0' } ``` @@ -59,7 +59,7 @@ buildscript { gradlePluginPortal() } dependencies { - classpath 'ru.vyarus:gradle-quality-plugin:4.8.0' + classpath 'ru.vyarus:gradle-quality-plugin:4.9.0' } } apply plugin: 'ru.vyarus.quality' @@ -73,7 +73,7 @@ Plugin compiled for java 8, compatible with java 11 Gradle | Version --------|------- -5.6-7 | 4.8.0 +5.6-8 | 4.9.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) diff --git a/build.gradle b/build.gradle index a022190..dffd03f 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ ext { animalsnifferVersion = '1.7.0' cpdVersion = '3.3' spotbugsPluginVersion = '4.8.0' - docVersion = '4.8.0' + docVersion = '4.9.0' } repositories { mavenLocal(); mavenCentral(); gradlePluginPortal() } diff --git a/src/doc/docs/about/compatibility.md b/src/doc/docs/about/compatibility.md index 03cc32b..2a93501 100644 --- a/src/doc/docs/about/compatibility.md +++ b/src/doc/docs/about/compatibility.md @@ -4,7 +4,7 @@ Plugin compiled for java 8, compatible with java 11 Gradle | Version --------|------- -5.6-7 | 4.8.0 +5.6-8 | 4.9.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) diff --git a/src/doc/docs/about/history.md b/src/doc/docs/about/history.md index 3351f0f..46ed9a2 100644 --- a/src/doc/docs/about/history.md +++ b/src/doc/docs/about/history.md @@ -1,3 +1,14 @@ +### [4.9.0](http://xvik.github.io/gradle-quality-plugin/4.9.0) (2023-02-18) +* Gradle 8 support (#77) +* Update checkstyle 10.3.1 -> 10.6.0 +* Update pmd 6.47 -> 6.54 (java 19 support) +* Update pmd config: + - Disable [TestClassWithoutTestCases](https://pmd.sourceforge.io/pmd-6.54.0/pmd_rules_java_errorprone.html#testclasswithouttestcases) + - Rename excluded rule [BeanMembersShouldSerialize](https://pmd.sourceforge.io/pmd-6.54.0/pmd_rules_java_errorprone.html#beanmembersshouldserialize) to NonSerializableClass +* Update spotbugs 4.7.1 -> 4.7.3 +* Update codenarc 3.1.0 -> 3.2.0 +* Fix codenarc for groovy4 support: change to x.x-groovy-4.0 version instead of codenarc-groovy4 artifact + ### [4.8.0](http://xvik.github.io/gradle-quality-plugin/4.8.0) (2022-07-02) * Update checkstyle 9.1 -> 10.3.1 IMPORTANT: Checkstyle 10 requires java 11, but plugin will automatically switch to