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]
----

View File

@ -38,9 +38,6 @@ user to be able to connect to the daemon.
== Running the tests
NOTE: You need Java 8 to run the integration tests as they are currently skipped for Java
9 and later.
You're now ready to run the tests. Assuming that you're in the same directory as this
README, the tests can be launched as follows: