File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -165,10 +165,10 @@ python hermetic_build/library_generation/cli/entry_point.py generate \
165165 -t local:image-tag \
166166 .
167167 ```
168- Please note that the build only works when using the new
169- [ Docker BuildKit ] ( https://docs.docker.com/build/buildkit/ ) (enabled through the ` DOCKER_BUILDKIT ` variable).
168+ Please note that the build only works when using the new [ Docker BuildKit ] ( https://docs.docker.com/build/buildkit/ )
169+ (enabled through the ` DOCKER_BUILDKIT ` variable).
170170
171- 3 . Set the version of gapic-generator-java
171+ 2 . Set the version of gapic-generator-java
172172
173173 ``` shell
174174 LOCAL_GENERATOR_VERSION=$( mvn \
@@ -179,7 +179,7 @@ python hermetic_build/library_generation/cli/entry_point.py generate \
179179 -q)
180180 ```
181181
182- 4 . Run the image
182+ 3 . Run the image
183183
184184 ``` shell
185185 # Assume you want to generate the library in the current working directory
@@ -196,7 +196,7 @@ python hermetic_build/library_generation/cli/entry_point.py generate \
196196 --library-names=apigee-connect,asset \
197197 --repository-path=/workspace \
198198 --api-definitions-path=/workspace/apis
199- ```
199+ ```
200200 Note that if you specify the generator version using environment variable,
201201 ` -e GENERATOR_VERSION="${LOCAL_GENERATOR_VERSION}" ` in the above example,
202202 you should not set ` gapic_generator_version ` and ` protoc_version ` in the
You can’t perform that action at this time.
0 commit comments