Skip to content

Commit

Permalink
Fix gapic_generator_java dependency.
Browse files Browse the repository at this point in the history
The repository has been renamed to sdk-platform-java, which caused
issues with the strip_prefix and the sha256 checksum.

In the long term we probably want to look into
googleapis/sdk-platform-java#918 and update our
dependency accordingly if needed, but for now this should be good
enough.

Change-Id: I0388c103d7dda729c30d28995517880336ba9d42
  • Loading branch information
tdbhacks authored and bdhess committed May 12, 2023
1 parent 2a79f51 commit 0ac2ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ _gapic_generator_java_version = "2.8.2"

http_archive(
name = "gapic_generator_java",
sha256 = "93556f2040c38d5e51c6bb84cb66993ba1935d5a7dc82d1aaf4ce1093446c201",
strip_prefix = "gapic-generator-java-%s" % _gapic_generator_java_version,
sha256 = "d2ddccbbfa8397b002a81b549c1f5daa31292113f97cbb34781a46298e1393d9",
strip_prefix = "sdk-platform-java-%s" % _gapic_generator_java_version,
urls = ["https://github.com/googleapis/gapic-generator-java/archive/v%s.zip" % _gapic_generator_java_version],
)

Expand Down

0 comments on commit 0ac2ce3

Please sign in to comment.