Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix list num #3356

Merged
merged 1 commit into from
Nov 8, 2024
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
10 changes: 5 additions & 5 deletions hermetic_build/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ python hermetic_build/library_generation/cli/entry_point.py generate \
-t local:image-tag \
.
```
Please note that the build only works when using the new
[Docker BuildKit](https://docs.docker.com/build/buildkit/) (enabled through the `DOCKER_BUILDKIT` variable).
Please note that the build only works when using the new [Docker BuildKit](https://docs.docker.com/build/buildkit/)
(enabled through the `DOCKER_BUILDKIT` variable).

3. Set the version of gapic-generator-java
2. Set the version of gapic-generator-java

```shell
LOCAL_GENERATOR_VERSION=$(mvn \
Expand All @@ -179,7 +179,7 @@ python hermetic_build/library_generation/cli/entry_point.py generate \
-q)
```

4. Run the image
3. Run the image

```shell
# Assume you want to generate the library in the current working directory
Expand All @@ -196,7 +196,7 @@ python hermetic_build/library_generation/cli/entry_point.py generate \
--library-names=apigee-connect,asset \
--repository-path=/workspace \
--api-definitions-path=/workspace/apis
```
```
Note that if you specify the generator version using environment variable,
`-e GENERATOR_VERSION="${LOCAL_GENERATOR_VERSION}"` in the above example,
you should not set `gapic_generator_version` and `protoc_version` in the
Expand Down
Loading