Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xvik committed Nov 18, 2024
1 parent b45a7fd commit 2e091af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -85,7 +85,7 @@ OR

```groovy
plugins {
id 'ru.vyarus.animalsniffer' version '1.7.1'
id 'ru.vyarus.animalsniffer' version '1.7.2'
}
```

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e091af

Please sign in to comment.