Skip to content

Commit 8338a2f

Browse files
committed
Merge pull request #725 from izeye
* gh-725: Document how to build samples in CONTRIBUTING.md Closes gh-725
2 parents da310ec + ee8aa5b commit 8338a2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ To build the source you will need Java 8 or later. The code is built with Gradle
4747
$ ./gradlew build
4848
```
4949

50+
To build the samples, run the following command:
51+
52+
```
53+
$ ./gradlew buildSamples
54+
```
55+
5056
### Importing into Eclipse
5157

5258
The project has Gradle's Eclipse plugin applied. Eclipse project and classpath metadata

0 commit comments

Comments
 (0)