From 65504adcb2a59ff5430d7961b7ad1a0911115847 Mon Sep 17 00:00:00 2001 From: Benjamin Muschko Date: Sun, 6 Nov 2016 08:11:12 -0500 Subject: [PATCH] Build does more than just compilation classes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f780794d..46293999 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ and run the Java examples in the book. To compile everything, the command is: -`gradlew build` +`gradlew classes` To run everything (including compiling if necessary), the command is: @@ -15,7 +15,7 @@ To run everything (including compiling if necessary), the command is: To compile only a single chapter (including dependencies), use for example: -`gradlew :strings:build` +`gradlew :strings:classes` To run only a single chapter, say: