Skip to content

Please v1.7.2

Compare
Choose a tag to compare
@peterebden peterebden released this 12 Apr 16:56
· 4061 commits to master since this release

Minor feature additions since v1.7.0:

  • Additional flag, --include_file, to plz cover which filters coverage output to
    just the given files.
  • maven_jars now has two new arguments, combine which combines its transitive deps
    into a single uberjar and hash which sets the hash for that uberjar.
    The intention here is to make it more lightweight to set a hash for a single target
    rather than having to provide potentially many individual hashes.
  • Fixed aliases which were accidentally broken by some flag changes.