Skip to content

Commit a341d00

Browse files
committed
Review instructions for running launch script tests with Gradle
Closes gh-20606
1 parent 0d80f46 commit a341d00

File tree

1 file changed

+4
-1
lines changed
  • spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests

1 file changed

+4
-1
lines changed

spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/README.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,14 @@ user to be able to connect to the daemon.
3838

3939
== Running the tests
4040

41+
NOTE: You need Java 8 to run the integration tests as they are currently skipped for Java
42+
9 and later.
43+
4144
You're now ready to run the tests. Assuming that you're in the same directory as this
4245
README, the tests can be launched as follows:
4346

4447
----
45-
$ mvn -Pdocker clean verify
48+
$ gradle intTest
4649
----
4750

4851
The first time the tests are run, Docker will create the container images that are used to

0 commit comments

Comments
 (0)