Avoid introducing test dependencies into @maven. (#9)

* Avoid introducing test dependencies into @maven.

Test dependencies are never used for downstream deps, and could cause
downstream dependencies to pick up unwanted transitive dependency
settings, like setting testonly.

Fixes https://github.com/bazel-contrib/rules_jvm_external/issues/1320.

* Update .bazelversion to 8.1.0.
4 files changed
tree: 1054daab6ebaa490453bd9b98304e72647b829cf
  1. .bazelci/
  2. .bcr/
  3. java/
  4. proto/
  5. .bazelversion
  6. .gitignore
  7. CONTRIBUTING.md
  8. LICENSE
  9. README.md
  10. release.sh
README.md

Bazel Persistent Worker API

This repository contains the code for Bazel's Persistent Worker API.

There are two Bazel modules in this repository:

  • proto: contains the bare protocol buffers for the worker API.
  • java: contains a simple Java wrapper library.