From a341d005296aafef9f32c0205d19b90445bd1481 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 1 Sep 2020 11:30:50 +0200 Subject: [PATCH] Review instructions for running launch script tests with Gradle Closes gh-20606 --- .../spring-boot-launch-script-tests/README.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/README.adoc b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/README.adoc index 696f9a542b1..d152e73ff0f 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/README.adoc +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/README.adoc @@ -38,11 +38,14 @@ 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: ---- -$ mvn -Pdocker clean verify +$ gradle intTest ---- The first time the tests are run, Docker will create the container images that are used to