Skip to content

Commit 570ff62

Browse files
committed
fix jar location
1 parent ec3eccf commit 570ff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk-platform-java/.cloudbuild/library_generation/library_generation.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
9898
RUN chmod 755 "${HOME}/.library_generation/gapic-generator-java.jar"
9999
ENV GAPIC_GENERATOR_LOCATION="${HOME}/.library_generation/gapic-generator-java.jar"
100100

0 commit comments

Comments
 (0)