Explorar o código

Merge pull request #6301 from zegl/patch-1

javalite: don't use deprecated single_file option
Yilun Chong %!s(int64=6) %!d(string=hai) anos
pai
achega
fa08222434
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      protobuf.bzl

+ 1 - 1
protobuf.bzl

@@ -127,7 +127,7 @@ proto_gen = rule(
         "protoc": attr.label(
             cfg = "host",
             executable = True,
-            single_file = True,
+            allow_single_file = True,
             mandatory = True,
         ),
         "plugin": attr.label(