Skip to content

v0.31.1

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Nov 16:14
· 4 commits to main since this release
81a007d

contrib_rules_jvm only supports bzlmod-enabled builds

Module setup

In your MODULE.bazel:

bazel_dep(name = "contrib_rules_jvm", version = "0.31.1")

What's Changed

  • Fix attribute merging issues on java_library and java_test_suite when using mapped kinds by @jeffmace in #386
  • chore: update aspect_bazel_lib to latest bazel_lib by @sitaktif in #388

New Contributors

Full Changelog: v0.31.0...v0.31.1