bazel-contrib / rules_jvm

Contributed Bazel rules that make working with java projects more pleasant
Apache License 2.0
44 stars 52 forks source link

Support bzlmod #123

Open alexeagle opened 1 year ago

alexeagle commented 1 year ago
chrismgrayftsinc commented 1 year ago

This seems at least partially done with https://github.com/bazel-contrib/rules_jvm/pull/170

alexeagle commented 1 year ago

Seems that there's not a dedicated "e2e" test module, the whole repo is used in the bcr testing. https://github.com/bazelbuild/bazel-central-registry/blob/main/modules/contrib_rules_jvm/0.13.0/presubmit.yml#L13

The Publish-to-BCR app isn't configured, but a release was done manually.

I don't think instructions were updated nor is the gazelle module accessible so I'll leave this open.

vorburger commented 1 month ago

https://registry.bazel.build/modules/contrib_rules_jvm ? (I have NOT tried it.)

shs96c commented 6 days ago

We ship everything in one unit rather than breaking out the gazelle plugin separately. Adding a bzlmod dep on contrib_rules_jvm should make everything available.