Skip to content

Commit

Permalink
Update README.md to specify Java 21
Browse files Browse the repository at this point in the history
Java 22 causes some issues with the spring boot plugin.
  • Loading branch information
jejking-tw authored Sep 10, 2024
1 parent a4658f4 commit f426951
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ These values are used in the code and in the following examples too.

## Requirements

The project requires [Java 21](https://adoptium.net/en-GB/) or
higher.
The project requires [Java 21](https://adoptium.net/en-GB/).

The project makes use of Gradle and uses
the [Gradle wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html), which means you don't need Gradle
Expand Down

0 comments on commit f426951

Please sign in to comment.