From ed349340bd1095ac7b502cb0b86c47a89afaf981 Mon Sep 17 00:00:00 2001 From: Dov Shlachter Date: Fri, 2 Apr 2021 07:50:25 -0700 Subject: [PATCH] fixup: change the default state of the metadata bazel flag (#832) --- rules_python_gapic/py_gapic.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules_python_gapic/py_gapic.bzl b/rules_python_gapic/py_gapic.bzl index bcb55fdb93..e0f0500638 100644 --- a/rules_python_gapic/py_gapic.bzl +++ b/rules_python_gapic/py_gapic.bzl @@ -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