Fix the JDK version documented to build the source code.

Closes #2377
Original pull request: #2378.
This commit is contained in:
lanicc
2022-08-02 15:32:52 +08:00
committed by GitHub
parent 86bd38a638
commit 62877250c0

View File

@@ -119,7 +119,7 @@ If you want to raise an issue, please follow the recommendations below:
== Building from Source
You dont 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]
----