Skip to content

Commit 3ed5257

Browse files
Update CONTRIBUTING.md
1 parent 9eefed2 commit 3ed5257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ source ./sendgrid.env
8787
```
8888

8989
```bash
90-
mvn package
90+
./gradelew build
9191
cd ../examples
9292
javac -classpath ./commons-logging-1.2.jar:./httpcore-4.4.4.jar:./httpclient-4.5.2.jar:./jackson-databind-2.7.3.jar:./jackson-annotations-2.7.0.jar:./jackson-core-2.7.3.jar:../target/http-1.0-SNAPSHOT.jar:. Example.java && java -classpath ./commons-logging-1.2.jar:./httpcore-4.4.4.jar:./httpclient-4.5.2.jar:./jackson-databind-2.7.3.jar:./jackson-annotations-2.7.0.jar:./jackson-core-2.7.3.jar:../target/http-1.0-SNAPSHOT.jar:. Example
9393
```
@@ -197,4 +197,4 @@ Please run your code through:
197197
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
198198
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
199199

200-
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.
200+
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.

0 commit comments

Comments
 (0)