Skip to content

Commit

Permalink
bazelisk
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Feb 15, 2023
1 parent 2a9318c commit 55ac741
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gapic-generator-java/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ root of the repository (where you have WORKSPACE file for Bazel.)

```sh
# In the repository root directory
bazel test //... # integration tests
bazelisk test //... # integration tests
```


Expand All @@ -62,15 +62,15 @@ bazel test //... # integration tests

```sh
# In the repository root directory
bazel test //test/integration:redis
bazelisk test //test/integration:redis
```

- Update integration test golden files, for example `Redis`. This clobbers all the
files in `test/integration/goldens/redis`.

```sh
# In the repository root directory
bazel run //test/integration:update_redis
bazelisk run //test/integration:update_redis
```

## Running the Plugin under googleapis with local gapic-generator-java
Expand Down Expand Up @@ -145,7 +145,7 @@ To generate a production GAPIC API:
run:
```
bazel build //google/cloud/speech/v2:google-cloud-speech-v2-java
bazelisk build //google/cloud/speech/v2:google-cloud-speech-v2-java
```
Note: If you are running into bazel build issues, you can try to remove gapic-generator-java cached in your local m2
Expand Down

0 comments on commit 55ac741

Please sign in to comment.