Skip to content

Commit 94ebc40

Browse files
authored
Fix the JDK version required to build from the source code.
Original Pull Request spring-projects#2248 Closes spring-projects#2247
1 parent ca39c1d commit 94ebc40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Attach a link to your code or a compressed file containing your code.
191191
== Building from Source
192192

193193
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].
194-
You also need JDK 1.8.
194+
You also need JDK 17 or above.
195195

196196
[source,bash]
197197
----

0 commit comments

Comments
 (0)