From 8ccee51f5778fd56cd7e242a8f57796959629ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20August=C3=BDn?= Date: Fri, 11 Mar 2022 13:22:02 +0100 Subject: [PATCH] docs: minimal required version of Gradle --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cd39a4..cf82175 100644 --- a/README.md +++ b/README.md @@ -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)