Skip to content

Commit

Permalink
Updating notes about release jars.
Browse files Browse the repository at this point in the history
  • Loading branch information
perezd authored Nov 18, 2018
1 parent f39a9d0 commit 9cca236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,13 +249,13 @@ commands from the repo root:

```
bazel test //javatests/...
bazel build //java/protopoet
bazel build //java/protopoet:release
```

All the tests should pass and you should now find a `.jar` file in a
folder in the repo such as `bazel-bin/java/protopoet/libprotopoet.jar`.
folder in the repo such as `bazel-bin/java/protopoet/librelease.jar` (you can rename it if you want after you've copied it to its destination).

## Thank You

Thank you for taking an interest in ProtoPoet. Feel free to use it in accordance with the `LICENSE` (Apache2), and submit issues or checkout `CONTRIBUTING` for details on how to collaborate with this project if you're interested.
Thank you for taking an interest in ProtoPoet. Feel free to use it in accordance with the `LICENSE` (Apache2), and submit issues or checkout `CONTRIBUTING` for details on how to collaborate with this project if you're interested.

0 comments on commit 9cca236

Please sign in to comment.