We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da310ec + ee8aa5b commit 8338a2fCopy full SHA for 8338a2f
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