From 2e091af6925245421efc7e30ba1dbc5d8d3b633b Mon Sep 17 00:00:00 2001 From: Vyacheslav Rusakov Date: Mon, 18 Nov 2024 22:07:03 +0700 Subject: [PATCH] update docs --- CHANGELOG.md | 5 +++++ README.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e9afa..f0a29f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ * (breaking) Drop gradle 5 and 6 support + +### 1.7.2 (2024-11-18) * Update animalsniffer 1.23 -> 1.24 +* Fix gradle 8.11 support (#100) +* Fix file report disabling +* Add AnimalSniffer task shortcut for simpler reports configuration ### 1.7.1 (2023-07-05) * Update animalsniffer 1.22 -> 1.23 diff --git a/README.md b/README.md index 117b23c..4157d57 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.7.1' + classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.7.2' } } apply plugin: 'ru.vyarus.animalsniffer' @@ -85,7 +85,7 @@ OR ```groovy plugins { - id 'ru.vyarus.animalsniffer' version '1.7.1' + id 'ru.vyarus.animalsniffer' version '1.7.2' } ``` @@ -118,7 +118,7 @@ The plugin is compiled for Java 8, and is compatible with Java 11. Gradle | Version --------|------- -5-8 | 1.7.1 +5-8 | 1.7.2 4.x | [1.4.6](https://github.com/xvik/gradle-animalsniffer-plugin/tree/1.4.6) #### Snapshots