Skip to content

Commit 65504ad

Browse files
committed
Build does more than just compilation classes
1 parent 83c1841 commit 65504ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ and run the Java examples in the book.
77

88
To compile everything, the command is:
99

10-
`gradlew build`
10+
`gradlew classes`
1111

1212
To run everything (including compiling if necessary), the command is:
1313

1414
`gradlew run`
1515

1616
To compile only a single chapter (including dependencies), use for example:
1717

18-
`gradlew :strings:build`
18+
`gradlew :strings:classes`
1919

2020
To run only a single chapter, say:
2121

0 commit comments

Comments
 (0)