commit | d5f0dac497f833d06f92d246431f4f2f42509e04 | [log] [tgz] |
---|---|---|
author | James Judd <james@lucidchart.com> | Tue Aug 14 21:55:35 2018 -0600 |
committer | James Judd <james@lucidchart.com> | Tue Aug 14 21:55:35 2018 -0600 |
tree | e4c98b87ca3c7f6fe82810f1b51a0986d3779519 | |
parent | ab09b2a2e203b204e11ac64750e62b3f1da7dc6e [diff] [blame] |
Change deprecated Bazel single file attr param This removes the need for --incompatible_disable_deprecated_attr_params when using Protobuf
diff --git a/protobuf.bzl b/protobuf.bzl index 67d61d7..ae391aa 100644 --- a/protobuf.bzl +++ b/protobuf.bzl
@@ -178,7 +178,7 @@ "protoc": attr.label( cfg = "host", executable = True, - single_file = True, + allow_single_file = True, mandatory = True, ), "plugin": attr.label(