grpc-java/stub
Eric Anderson da939ca762 stub: Stop linking to Guava Javadoc
This resolves the following warning when building with JDK 8 introduced
in 9c5427fd4:
javadoc: warning - Error fetching URL: https://google.github.io/guava/releases/30.0-android/api/docs/

Guava is now building their Javadoc with JDK 11. JDK 11 swapped from
producing package-list to element-list, and stopped creating
package-list entirely. This file is what Javadoc uses to cross-link
documentation, and so it no longer works on the JDK 8 build, even though
the files have virtually the same contents.

ListenableFuture was the only reason we were including the Guava
Javadoc; let's just drop the link instead of worrying about this
silliness.
2020-12-17 17:42:42 -08:00
..
src stub: Only throw on cancellation for streaming responses 2020-10-01 13:10:30 -07:00
BUILD.bazel Replace javax.annotation-api with Tomcat's annotations-api 2020-04-30 09:14:32 -07:00
build.gradle stub: Stop linking to Guava Javadoc 2020-12-17 17:42:42 -08:00