Skip to content

Commit 0622587

Browse files
authored
Fix the JDK version documented to build the source code.
Closes: #2671 Original pull request: #2672.
1 parent 42dadd8 commit 0622587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ https://github.com/spring-projects/spring-data-commons/issues[issue tracker] to
7575
== Building from Source
7676

7777
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].
78-
You also need JDK 1.8.
78+
You also need JDK 17 or above.
7979

8080
[source,bash]
8181
----

0 commit comments

Comments
 (0)