diff --git a/README.md b/README.md index 8f4d155..2f291d4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Spock Framework Example Project =============================== The purpose of this project is to help you get started with Spock. The project includes several example specifications and build scripts for Ant, Gradle, and Maven. It also makes it easy to create an Eclipse or IDEA project, allowing you to run the example specs from within your IDE. + All three builds (Ant, Gradle, Maven) will automatically download all required dependencies, compile the project, and finally run the example specs. The Gradle build goes one step further by bootstrapping itself, alleviating the need to have a build tool preinstalled. Prerequisites