mirror of https://github.com/grpc/grpc-java.git
ce9d217920
Define util function to exclude guava's transitive dependencies jsr305 and animal-sniffer-annotations, and always manually add them as runtimeOnly dependency. error_prone_annotations is an exception: It is also excluded but manually added not as runtimeOnly. It must always compile with guava, otherwise users will see warning spams if guava is in the compile classpath but error_prone_annotations is not. |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
build.gradle |