File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
sdk-platform-java/.cloudbuild/library_generation Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ ENV JAVA_FORMATTER_LOCATION="${HOME}/.library_generation/google-java-format.jar"
9494# Note that the destination is a well-known location that will be assumed at runtime
9595# We hard-code the location string to avoid making it configurable (via ARG) as
9696# well as to avoid it making it overridable at runtime (via ENV).
97- COPY --from=ggj-build "/google-cloud-java/sdk-platform-java/ gapic-generator-java.jar" "${HOME}/.library_generation/gapic-generator-java.jar"
97+ COPY --from=ggj-build "/google-cloud-java/gapic-generator-java.jar" "${HOME}/.library_generation/gapic-generator-java.jar"
9898RUN chmod 755 "${HOME}/.library_generation/gapic-generator-java.jar"
9999ENV GAPIC_GENERATOR_LOCATION="${HOME}/.library_generation/gapic-generator-java.jar"
100100
You can’t perform that action at this time.
0 commit comments