From 4487e893a8fcfcbe1e52e00335d7b7caea45850a Mon Sep 17 00:00:00 2001 From: Brian Dunlap Date: Sun, 31 Jan 2016 20:53:16 -0600 Subject: [PATCH] GEODE-884: Update README.md to include steps to build without running all tests. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57f5e4d10f42..dc88427cbf13 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Geode includes the following features: With both a recent version of Gradle and JDK 1.8 or a more recent version installed, obtain the source archive. Extract the source archive and build from the expanded directory: - $ gradle build installDist + $ gradle build installDist -Dskip.tests=true Start a locator and server: