Repository: incubator-geode Updated Branches: refs/heads/develop 819339834 -> 0a9771eb5
GEODE-884: Update README.md to include steps to build without running all tests. This closes #85 Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/4cb83d70 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/4cb83d70 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/4cb83d70 Branch: refs/heads/develop Commit: 4cb83d70f321321c6f5bc9980dbb330966c268c1 Parents: 8193398 Author: Brian Dunlap <[email protected]> Authored: Sun Jan 31 20:53:16 2016 -0600 Committer: Dan Smith <[email protected]> Committed: Fri Mar 25 14:26:10 2016 -0700 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/4cb83d70/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 0bcc2d6..e78b077 100755 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Apache 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:
