So if I have a java_library `A` that depends on a ...
# general
j
So if I have a java_library
A
that depends on a java_protobuf_library
B
that depends on some 3rdparty jar_library
C
, If
C
changes, java_protobuf_library will be invalidated and rebuilt. Won’t the java_library be rebuilt too, or are you saying that it doesn’t invalidate it?