From e8988aa940823949670bb40375d940848ff63d29 Mon Sep 17 00:00:00 2001 From: Cheryl King Date: Wed, 29 Nov 2023 15:17:42 -0600 Subject: [PATCH] Add Java 21 support to the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 565291ee..f4426671 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,9 @@ The Liberty Gradle Plugin supports running with Gradle 7.6+ and Gradle 8.x as of ### Java Support -The Liberty Gradle Plugin is tested with Long-Term-Support (LTS) releases of Java. The plugin, as of release 3.5, supports Java 8, 11 and 17. Prior to this version, the plugin is supported on Java 8 and 11. +The Liberty Gradle Plugin is tested with Long-Term-Support (LTS) releases of Java. The plugin, as of release 3.8, supports Java 8, 11, 17 and 21. Versions 3.5 to 3.7.x support Java 8, 11 and 17. Prior to version 3.5, the plugin is supported on Java 8 and 11. + +Note: To use the Liberty Gradle Plugin with Java 21, a minimum of Gradle 8.4 is required. Since Gradle does not officially support Java 21 yet, there may be unknown issues. All of our automated tests are passing with Gradle 8.4 though. ### Adding the plugin to the build script