Skip to content

Commit

Permalink
fixup: change the default state of the metadata bazel flag (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
software-dov authored Apr 2, 2021
1 parent 8cf8f18 commit ed34934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules_python_gapic/py_gapic.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def py_gapic_library(
grpc_service_config = None,
plugin_args = None,
opt_args = None,
metadata = False,
metadata = True,
**kwargs):
# srcjar_target_name = "%s_srcjar" % name
srcjar_target_name = name
Expand Down

0 comments on commit ed34934

Please sign in to comment.