diff --git a/internal/plugin.bzl b/internal/plugin.bzl index 0b9d88757..0480edae6 100644 --- a/internal/plugin.bzl +++ b/internal/plugin.bzl @@ -51,7 +51,7 @@ proto_plugin = rule( ), "use_built_in_shell_environment": attr.bool( doc = "Whether the tool should use the built in shell environment or not", - default = False, + default = True, ), "protoc_plugin_name": attr.string( doc = "The name used for the plugin binary on the protoc command line. Useful for targeting built-in plugins. Uses plugin name when not set",