Skip to content

Commit ab95a4f

Browse files
Google APIscopybara-github
authored andcommitted
chore: update rules_gapic to v0.4.0 (fixes build_gen for Java packages)
Committer: @miraleung PiperOrigin-RevId: 358464992
1 parent fce32c0 commit ab95a4f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,16 @@ go_register_toolchains()
123123

124124
gazelle_dependencies()
125125

126+
_rules_gapic_version = "0.4.0"
127+
126128
http_archive(
127129
name = "rules_gapic",
128-
strip_prefix = "rules_gapic-428c05b06e0fe487f377929776285c81aa12e8c2",
129-
urls = ["https://github.com/googleapis/rules_gapic/archive/428c05b06e0fe487f377929776285c81aa12e8c2.zip"],
130+
strip_prefix = "rules_gapic-%s" % _rules_gapic_version,
131+
urls = ["https://github.com/googleapis/rules_gapic/archive/v%s.tar.gz" % _rules_gapic_version],
130132
)
133+
131134
load("@rules_gapic//:repositories.bzl", "rules_gapic_repositories")
135+
132136
rules_gapic_repositories()
133137

134138
##############################################################################

0 commit comments

Comments
 (0)