Skip to content

Commit fc7a691

Browse files
hkawa608Haruki.Kawakami
andauthored
enabled multiple input files. (#31)
Co-authored-by: Haruki.Kawakami <haruki.kawakami@HarukiKawakaminoMacBook-Pro.local>
1 parent e5665fc commit fc7a691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/openapi_generator.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _collect_jars(targets):
143143
_openapi_generator = rule(
144144
attrs = {
145145
# downstream dependencies
146-
"deps": attr.label_list(),
146+
"deps": attr.label_list(allow_files = True),
147147
# openapi spec file
148148
"spec": attr.label(
149149
mandatory = True,

0 commit comments

Comments
 (0)