Explorar o código

javalite: don't use deprecated single_file option

Gustav Westling %!s(int64=6) %!d(string=hai) anos
pai
achega
0ebb905ff8
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(