Fix the JDK version required to build from the source code.

Original Pull Request #2248
Closes #2247
This commit is contained in:
lanicc 2022-08-02 03:25:10 +08:00 committed by GitHub
parent ca39c1d24c
commit 94ebc40582
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ Attach a link to your code or a compressed file containing your code.
== 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]
----