Skip to content

Commit

Permalink
docs: minimal required version of Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
augi authored Mar 11, 2022
1 parent 59d06dd commit 8ccee51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ It applies the WartRemover plugin with same settings to all `ScalaCompile` tasks
If you want to have different settings for tests then you can use the `test` block as shown below.
If you don't use `test` block then all the settings is applied to all the Scala code.

> Please note that since `0.15.0` version at least Gradle 6.4 is required (because the plugin uses `scalaCompilerPlugins` configuration).
Usage
=====
The plugin is published to [Gradle Plugins portal](https://plugins.gradle.org/plugin/cz.augi.gradle.wartremover)
Expand Down

0 comments on commit 8ccee51

Please sign in to comment.