aboutsummaryrefslogtreecommitdiff
path: root/stub/build.gradle
blob: ae86c39511dbcb94e061b1c0872db1cbdfe47034 (plain)
1
2
3
4
5
6
7
8
9
description = "gRPC: Stub"
dependencies {
    compile project(':grpc-core')
    testCompile libraries.truth,
    project(':grpc-testing')
    signature "org.codehaus.mojo.signature:java16:+@signature"
}

javadoc.options.links "https://google.github.io/guava/releases/${guavaVersion}/api/docs/"