Build does more than just compilation classes
This commit is contained in:
parent
83c1841cd6
commit
65504adcb2
@ -7,7 +7,7 @@ and run the Java examples in the book.
|
|||||||
|
|
||||||
To compile everything, the command is:
|
To compile everything, the command is:
|
||||||
|
|
||||||
`gradlew build`
|
`gradlew classes`
|
||||||
|
|
||||||
To run everything (including compiling if necessary), the command is:
|
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:
|
To compile only a single chapter (including dependencies), use for example:
|
||||||
|
|
||||||
`gradlew :strings:build`
|
`gradlew :strings:classes`
|
||||||
|
|
||||||
To run only a single chapter, say:
|
To run only a single chapter, say:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user