Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
[api-common-java] docs: add build/test steps and update doc links (#153)
Browse files Browse the repository at this point in the history
* docs: add build/test steps and update doc links

* docs: add build steps
  • Loading branch information
miraleung committed Jun 4, 2020
1 parent e4dd57a commit 39612f1
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Expand Up @@ -54,6 +54,21 @@ License

BSD - See [LICENSE] for more information.

[CONTRIBUTING]:https://github.com/googleapis/path-template-java/blob/master/CONTRIBUTING.md
[LICENSE]: https://github.com/googleapis/path-template-java/blob/master/LICENSE
Build and Test
--------------
To build this library, please do the following.

```sh
./gradlew build
```

After making changes, run the following commands to format your code and test your changes.

```sh
./gradlew googleJavaFormat
./gradlew test
```

[CONTRIBUTING]:https://github.com/googleapis/api-common-java/blob/master/CONTRIBUTING.md
[LICENSE]: https://github.com/googleapis/api-common-java/blob/master/LICENSE

0 comments on commit 39612f1

Please sign in to comment.