You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc="Bazel info necessary for ecsact codegen plugin to be used with `ecsact_codegen`. Default plugins are available at `@ecsact//codegen_plugins:*`.",
31
33
attrs= {
32
-
"output_extension": attr.string(mandatory=True, doc="Plugin name. Also used as output file extension. This must match the extension specified by the plugin."),
34
+
"output_extension": attr.string(mandatory=False, doc="Plugin name. Also used as output file extension. This must match the extension specified by the plugin."),
35
+
"outputs": attr.string(mandatory=False),
33
36
"plugin": attr.label(mandatory=False, allow_single_file=True, doc="Label to plugin binary"),
34
37
"plugin_path": attr.string(mandatory=False, doc="Path to plugin or name of builtin plugin."),
0 commit comments