Skip to content

v0.28.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Feb 15:00
9eeb297

contrib_rules_jvm only supports bzlmod-enabled builds

Module setup

In your MODULE.bazel

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

What's Changed

  • Drop support for workspace-based builds (#321)
  • Bump lowest supported Java version to 8 in our build files (#307)
  • Allow passing empty 'package' to 'java_test_suite' (#312)
  • Add support for @afterall in XML report (#300)
  • Bump pmd to 7.7.0 (#309)
  • Add support for transforming Checkstyle XML output to JUnit XML (#283)
  • Optimize junit dependencies for each test target (#303)
  • Gazelle: detect any directory with /test in path as test package (#297)
  • Add timestamp and hostname to testsuite xml (#294)
  • Escape invalid XML chars in testCase and testSuite names (#284)

Full Changelog: v0.27.0...v0.28.0