Skip to content

Commit

Permalink
Add missing keywords to invocation of java_export
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Aug 10, 2022
1 parent 91a1ab1 commit c927a5b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/private/export.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ def java_export(
target = ":%s-project" % name,
deps = kwargs.get("deps", []) + kwargs.get("runtime_deps", []),
exports = exports,
hides = hides,
opens_to = opens_to,
tags = tags,
uses = uses,
)

native.filegroup(
Expand Down

0 comments on commit c927a5b

Please sign in to comment.