bazel HEAD compatibility fixes (#12)

* bazel HEAD compatibility fixes

* Refactor `@maven` references to `@bazel_worker_maven`.
* Upgrade protobuf version
* Add proper `--java_runtime_version` flag and load for `java_test`.

Fixes #11

* Add -std=c++17 to bazelrc
5 files changed
tree: 1fdcaf21a4f155c8317a0ff836421fd2722832c9
  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.