From 005766bf1a42645207a8a2e93a43cd6e3df8440e Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Thu, 28 Mar 2024 16:31:13 +0100 Subject: [PATCH] Require Java 21 for local development .java-version is no longer used as a source of the information which JDK will be installed in the docker image. From now on, this will be only used to describe required JDK version for local development. --- .java-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.java-version b/.java-version index 2bd5a0a98a36..aabe6ec3909c 100644 --- a/.java-version +++ b/.java-version @@ -1 +1 @@ -22 +21