Clone this repo:
  1. 9f32a29 fix bazel_worker_java dep on bazel_worker_api by Xudong Yang · 6 weeks ago upstream/main v0.0.6
  2. 1ef3805 Avoid introducing test dependencies into @maven. (#9) by Jin · 7 months ago v0.0.5
  3. 3dfa382 Use com_google_protobuf as repo name for protobuf (#6) by Yun Peng · 10 months ago v0.0.4
  4. c56e6c0 Add loads for java_proto_library and proto_library (#5) by Alex Humesky · 10 months ago v0.0.3
  5. 683e1fc Add missing java loads (#4) by Ted · 10 months ago v0.0.2

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.