From 7c0ed54a4a6338647090c46a15a3f9594b0e0691 Mon Sep 17 00:00:00 2001 From: Marco Belladelli Date: Thu, 20 Nov 2025 12:39:23 +0100 Subject: [PATCH] Update README.adoc - build now requires JDK 25 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index cc38a7d3069a..1a5f48f86e5b 100644 --- a/README.adoc +++ b/README.adoc @@ -18,7 +18,7 @@ See link:MAINTAINERS.md#ci[MAINTAINERS.md] for information about CI. == Building from sources -The build requires at least JDK 21, and produces Java 17 bytecode. +The build requires at least JDK 25, and produces Java 17 bytecode. Hibernate uses https://gradle.org[Gradle] as its build tool. See the _Gradle Primer_ section below if you are new to Gradle.