From eae3b45028a7c4ba2ea242401a83e6171ba1e849 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 11 Mar 2024 12:27:21 +0200 Subject: [PATCH] Bootstrap using JDK 20 Signed-off-by: David Abdurachmanov --- java-21-openjdk-portable.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java-21-openjdk-portable.spec b/java-21-openjdk-portable.spec index 3175656..b62b575 100644 --- a/java-21-openjdk-portable.spec +++ b/java-21-openjdk-portable.spec @@ -343,7 +343,7 @@ # but in time of bootstrap of next jdk, it is featurever-1, # and this it is better to change it here, on single place #global buildjdkver %{featurever} -%global buildjdkver 17 +%global buildjdkver 20 # We don't add any LTS designator for STS packages (Fedora and EPEL). # We need to explicitly exclude EPEL as it would have the %%{rhel} macro defined. %if 0%{?rhel} && !0%{?epel}