Browse Source

Fix the JDK version documented to build the source code.

Closes: #2671
Original pull request: #2672.
pull/2673/head
lanicc 3 years ago committed by GitHub
parent
commit
062258768f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.adoc

2
README.adoc

@ -75,7 +75,7 @@ https://github.com/spring-projects/spring-data-commons/issues[issue tracker] to
== Building from Source == 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 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] [source,bash]
---- ----

Loading…
Cancel
Save