From 36d5c1c8113e9e3356fddf10fdcab55280772426 Mon Sep 17 00:00:00 2001 From: lanicc Date: Tue, 2 Aug 2022 09:20:05 +0800 Subject: [PATCH] Fix the JDK version required to build from the source code --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 6089f8800..933cac2c2 100644 --- a/README.adoc +++ b/README.adoc @@ -157,7 +157,7 @@ https://jira.spring.io/browse/DATACOUCH[issue tracker] to see if someone has alr == 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] ----