bazelbuild / rules_scala

Scala rules for Bazel
Apache License 2.0
359 stars 266 forks source link

Make scrooge_*_aspect have "provides = [ScroogeAspectInfo]" #1565

Closed timothyg-stripe closed 3 months ago

timothyg-stripe commented 3 months ago

Description

Add provides = [ScroogeAspectInfo] to scrooge_scala_aspect and scrooge_java_aspect.

Motivation

Same as #1549 – allows for aspect-on-aspect introspection of these aspects.

liucijus commented 3 months ago

Thanks, @timothyg-stripe!