Skip to content

Commit

Permalink
Make scala_proto_aspect have "provides = [ScalaProtoAspectInfo]" (#1549)
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyg-stripe authored Mar 29, 2024
1 parent 4bdf33a commit 4fcb0da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scala_proto/private/scala_proto_aspect.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ def make_scala_proto_aspect(*extras):
implementation = _scala_proto_aspect_impl,
attr_aspects = ["deps"],
incompatible_use_toolchain_transition = True,
provides = [ScalaProtoAspectInfo],
attrs = dicts.add(
attrs,
extras_phases(extras),
Expand Down

0 comments on commit 4fcb0da

Please sign in to comment.