From a84d7c82a1904b3954cef9472bca96f25260b49f Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Sun, 4 Jan 2015 19:41:09 -0800 Subject: [PATCH] There should be a paragraph break here --- README.md | 1 + 1 file changed, 1 insertion(+) 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