Build does more than just compilation classes

This commit is contained in:
Benjamin Muschko 2016-11-06 08:11:12 -05:00
parent 83c1841cd6
commit 65504adcb2

View File

@ -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: