Skip to content

Commit

Permalink
docs: Updated minimum required JDK to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiggliestone authored Feb 7, 2025
1 parent a3f3ba6 commit 09708e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To start developing FXGL you can set up IDEA (2023.2+) as follows:
2. Open IDEA -> File -> New -> Project from Existing Sources -> Select the cloned FXGL directory.
3. Import project from external model -> Maven -> Finish.

Ensure you are using [JDK 21](https://jdk.java.net/) (or higher). You can set this via File -> Project Structure -> Project.
Ensure you are using [JDK 23](https://jdk.java.net/) (or higher). You can set this via File -> Project Structure -> Project.

You should now see something like this:

Expand Down

0 comments on commit 09708e8

Please sign in to comment.