Home | History | Annotate | Download | only in stub
      1 description = "gRPC: Stub"
      2 dependencies {
      3     compile project(':grpc-core')
      4     testCompile libraries.truth,
      5             project(':grpc-testing')
      6     signature "org.codehaus.mojo.signature:java17:1.0@signature"
      7     signature "net.sf.androidscents.signature:android-api-level-14:4.0_r4@signature"
      8 }
      9 
     10 javadoc.options.links "https://google.github.io/guava/releases/${guavaVersion}/api/docs/"
     11