Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,14 @@ mvn test
To automatically format the Java source files, use the following Bazel command:

```sh
bazel run :google_java_format --enable_workspace
bazelisk run :google_java_format --enable_workspace
```

NOTE: This project is pinned to Bazel 7.x to ensure compatibility with
its current build rules. A `.bazelversion` file is included in the
root directory. When using `bazelisk`, it will automatically download
and use the correct version.

### Run
After performing the build, you obtain the API protocol buffer file and GAPIC
configuration files derived from the sample `compute.v1.json` Discovery file
Expand Down
Loading