Fix references to JDK 1.8 in READMEs

See gh-30447
This commit is contained in:
dreis2211
2022-03-27 18:00:10 +02:00
committed by Stephane Nicoll
parent be3523b1cd
commit eea4611553
2 changed files with 1 additions and 4 deletions

View File

@@ -75,7 +75,7 @@ We like to know the Spring Boot version, operating system, and JVM version you'r
== Building from Source
You don't need to build from source to use Spring Boot (binaries in https://repo.spring.io[repo.spring.io]), but if you want to try out the latest and greatest, Spring Boot can be built and published to your local Maven cache using the https://docs.gradle.org/current/userguide/gradle_wrapper.html[Gradle wrapper].
You also need JDK 1.8.
You also need JDK 17.
[indent=0]
----