diff --git a/README.md b/README.md index 8dafcf625..c1c5371aa 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,15 @@ Clone the git repository using the URL on the Github home page: $ cd spring-batch ## Command Line -Gradle is the build tool used for Spring Batch. You can perform a full build of Spring Batch via the command: + +Gradle is the build tool used for Spring Batch. You can build the project via the command: $ ./gradlew build +If you want to perform a full build with all integration tests, ensure you have Docker installed then run: + + $ ./gradlew build -Palltests + ## Spring Tool Suite (STS) In STS (or any Eclipse distro or other IDE with Gradle support), import the module directories as existing projects. They should compile and the tests should run with no additional steps.