File tree 1 file changed +5
-5
lines changed
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 \
165
165
-t local:image-tag \
166
166
.
167
167
```
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).
170
170
171
- 3 . Set the version of gapic-generator-java
171
+ 2 . Set the version of gapic-generator-java
172
172
173
173
``` shell
174
174
LOCAL_GENERATOR_VERSION=$( mvn \
@@ -179,7 +179,7 @@ python hermetic_build/library_generation/cli/entry_point.py generate \
179
179
-q)
180
180
```
181
181
182
- 4 . Run the image
182
+ 3 . Run the image
183
183
184
184
``` shell
185
185
# 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 \
196
196
--library-names=apigee-connect,asset \
197
197
--repository-path=/workspace \
198
198
--api-definitions-path=/workspace/apis
199
- ```
199
+ ```
200
200
Note that if you specify the generator version using environment variable,
201
201
` -e GENERATOR_VERSION="${LOCAL_GENERATOR_VERSION}" ` in the above example,
202
202
you should not set ` gapic_generator_version ` and ` protoc_version ` in the
You can’t perform that action at this time.
0 commit comments