From f5873a03b4a474757d28e6440d5beaabcd7a30b0 Mon Sep 17 00:00:00 2001 From: ciscoo Date: Sat, 23 Mar 2024 18:03:47 -0500 Subject: [PATCH] Update support policy Closes gh-108 --- documentation/src/docs/asciidoc/overview.adoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/documentation/src/docs/asciidoc/overview.adoc b/documentation/src/docs/asciidoc/overview.adoc index a0f73581..8c1e985d 100644 --- a/documentation/src/docs/asciidoc/overview.adoc +++ b/documentation/src/docs/asciidoc/overview.adoc @@ -75,8 +75,5 @@ with your Gradle version. [[support-policy]] === Support Policy -Only the current version and the previous minor versions at their latest patch versions are supported. For example, given -Gradle 8.3 is the current/latest release (as of 2023-08-17), the previous latest minor versions are 8.2.1 and 8.1.1. -Therefore Gradle 8.3, 8.2.1, and 8.1.1 are the only supported versions. - -The Gradle team releases frequently and to keep this plugin up-to-date, a limited amount of versions will be supported. +Each major version of this plugin targets a specific Gradle major version. For example, 2.x.x targets Gradle 8.x and +3.x.x targets Gradle 9.x and so on.