From 062258768fea735d43f246c199cf18342a7c5656 Mon Sep 17 00:00:00 2001 From: lanicc Date: Tue, 2 Aug 2022 15:26:36 +0800 Subject: [PATCH] Fix the JDK version documented to build the source code. Closes: #2671 Original pull request: #2672. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 4fa8d6c2d..b43841e29 100644 --- a/README.adoc +++ b/README.adoc @@ -75,7 +75,7 @@ https://github.com/spring-projects/spring-data-commons/issues[issue tracker] to == Building from Source You don’t need to build from source to use Spring Data (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring Data can be easily built with the https://github.com/takari/maven-wrapper[maven wrapper]. -You also need JDK 1.8. +You also need JDK 17 or above. [source,bash] ----