Polishing.

Update Java requirement.

See #2266
This commit is contained in:
Mark Paluch
2023-06-06 10:30:29 +02:00
parent 2f98617d44
commit 88db91fff8

View File

@@ -119,7 +119,7 @@ https://github.com/spring-projects/spring-data-rest/issues[issue tracker] to see
== 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.
[source,bash]
----