pubref / rules_maven

Transitive maven dependencies with Bazel.
Other
33 stars 7 forks source link

maven/rules.bzl: expose rules #24

Closed dhalperi closed 5 years ago

dhalperi commented 5 years ago

This will be required in bazel 0.25.0, which flips the flag --incompatible_no_transitive_loads to true.

Following the suggestion here, we explicitly alias and then re-export the three rules we want to make visible.


This change is Reviewable

pcj commented 5 years ago

Thanks @dhalperi