From d86c739502d2e01f7d999a8cb4be73d85dbbed02 Mon Sep 17 00:00:00 2001 From: Ryan O'Meara Date: Thu, 12 Sep 2019 22:18:59 -0400 Subject: [PATCH] Add Gradle compatibility section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 30b3992..39fa587 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ The requirement for a copy of the license being included in distributions is ful If you discover a security vulnerability, contact the development team by e-mail at `vulnerabilities@starchartlabs.org` +## Gradle Compatibility + +For all current releases, the minimum required Gradle version is 5.0 + ## Use The intended use for `flare-plugins` involves selecting a set of conventions for common uses, implemented as a single plug-in. However, individual plug-ins can still be applied if none of the current pre-defined conventions meet your use case. Instructions for each individual plug-in can be found [here](./docs/PLUGINS.md).