Using Bazel 8 or later, add to your MODULE.bazel file:
bazel_dep(name = "rules_closure", version = "0.16.0")What's Changed
- Add a null check to Long.equals by @kevinoconnor7 in #665
- Add explicit deps on javax inject by @kevinoconnor7 in #666
- Move away from deprecated ScopedAliases pass constructor to new builder by @lauraharker in #667
- Add missing rules_java loads by @gkdn in #670
- Remove no-op diagnostic groups by @gkdn in #669
- Use a consistent jsr305 target by @gkdn in #668
- Remove custom repo names for rules_webtesting by @gkdn in #671
- chore: remove rename-alias of protobuf by @alexeagle in #674
- Remove @alexeagle from CODEOWNERS by @alexeagle in #675
- Update closure-compiler version by @jDramaix in #677
- Add release workflow to release project on BCR by @jDramaix in #678
New Contributors
- @alexeagle made their first contribution in #674
Full Changelog: 0.15.0...0.16.0