We use pants build to build protocol buffers in ja...
# general
c
We use pants build to build protocol buffers in java codebase. Where can I find the generate java code? Im used to blaze/bazel where it exists under genfiles/ or something similar
w
pants doesn’t expose intermediate outputs by default, so they go into a private/unstable location
but, in v1 the private location that they live in is roughly
.pants.d/gen/protoc/*/*/**