Skip to content

Commit

Permalink
Merge pull request #864 from cherylking/updateReadmeJava21
Browse files Browse the repository at this point in the history
Add Java 21 support to the readme
  • Loading branch information
cherylking committed Nov 29, 2023
2 parents deeb02d + e8988aa commit 5e17b08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5e17b08

Please sign in to comment.