From 9e8138f853420e20551a5cfbd371554b65a32688 Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Thu, 21 Mar 2024 12:12:05 +0100 Subject: [PATCH] (docs) Upgrade to JDK22 --- run/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/readme.md b/run/readme.md index 0a890feb..5d87e93f 100644 --- a/run/readme.md +++ b/run/readme.md @@ -11,7 +11,7 @@ documentation. **Docker** - It is a bit of a pain to install, but if you follow [this guide](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository) you're on the right track for ubuntu-like systems. -**JDK 21** - The code uses Java 21 preview features. +**JDK 22** - The code uses Java 22 preview features. The civilized way of installing this is to use [SDKMAN](https://sdkman.io/); graalce is a good distribution choice but it doesn't matter too much.