Skip to content

Bazel Maven Repository Rules v1.2.0

Latest
Compare
Choose a tag to compare
@cgruber cgruber released this 26 May 20:16
· 88 commits to master since this release
b804584

A release that basically skips 1.1, abandoning that branch and its performance regressions, adding in some features of that branch to the original 1.0 line.

Features include:

  • Jetifier support (from 1.0.1)
  • aar handling via android_library instead of aar_import (via 1.0.1)
  • Templates now use raw_jvm_import and explicit path targets instead of maven_jvm_artifact(deprecated)
  • Add support for dependency exclusions and testonly=true
  • Make artifact targets able to contain - (e.g. dagger-compiler is now :dagger-compiler not :dagger_compiler)

This is a transitional release, during which the master branch was swapped, and forms the base (in terms of commit history) for the 2.0 release.