News

I'm trying to use the Jacoco ant tasks to instrument some of my classes. It works for most of them but in one particular set of classes it throws "java.lang.NoClassDefFoundError: org/jacoco/agent/r ...
I have a Java library A (uses WORKSPACE) and a project that I am working on, B (imports A), which I am in the process of migrating to MODULE.bazel. I am importing the NettyChannelBuilder class ...