There was an error while loading. Please reload this page.
1 parent da310ec commit ee8aa5bCopy full SHA for ee8aa5b
CONTRIBUTING.md
@@ -47,6 +47,12 @@ To build the source you will need Java 8 or later. The code is built with Gradle
47
$ ./gradlew build
48
```
49
50
+To build the samples, run the following command:
51
+
52
+```
53
+$ ./gradlew buildSamples
54
55
56
### Importing into Eclipse
57
58
The project has Gradle's Eclipse plugin applied. Eclipse project and classpath metadata
0 commit comments