From 65720ccc96a08e096cc0f92ad8eb2b0936934b60 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Wed, 25 Oct 2023 12:21:18 -0500 Subject: [PATCH] update readme for min gradle version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c61bd5..565291ee 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To build the plugin and run the integration tests execute the following commands ### Gradle Support -The Liberty Gradle Plugin supports running with Gradle 7.3+ and Gradle 8.x as of release 3.6. The 7.3 version of Gradle is when full support for Java 17 was introduced. When using a Gradle wrapper, ensure the wrapper version matches the version of Gradle being used. +The Liberty Gradle Plugin supports running with Gradle 7.6+ and Gradle 8.x as of release 3.7. When using a Gradle wrapper, ensure the wrapper version matches the version of Gradle being used. ### Java Support