Skip to content

Commit ee8aa5b

Browse files
izeyewilkinsona
authored andcommitted
Document how to build samples in CONTRIBUTING.md
See gh-725
1 parent da310ec commit ee8aa5b

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)