Skip to content

Commit 0b40ca1

Browse files
authored
Fix the JDK version required to build from the source code (#1523)
1 parent b68b3d8 commit 0b40ca1

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
@@ -157,7 +157,7 @@ https://jira.spring.io/browse/DATACOUCH[issue tracker] to see if someone has alr
157157
== Building from Source
158158

159159
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].
160-
You also need JDK 1.8.
160+
You also need JDK 17 or above.
161161

162162
[source,bash]
163163
----

0 commit comments

Comments
 (0)