We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d80f46 commit a341d00Copy full SHA for a341d00
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.
38
39
== Running the tests
40
41
+NOTE: You need Java 8 to run the integration tests as they are currently skipped for Java
42
+9 and later.
43
+
44
You're now ready to run the tests. Assuming that you're in the same directory as this
45
README, the tests can be launched as follows:
46
47
----
-$ mvn -Pdocker clean verify
48
+$ gradle intTest
49
50
51
The first time the tests are run, Docker will create the container images that are used to
0 commit comments