mirror of https://github.com/grpc/grpc-java.git
10 lines
296 B
Groovy
10 lines
296 B
Groovy
description = "gRPC: Stub"
|
|
dependencies {
|
|
compile project(':grpc-core')
|
|
testCompile libraries.truth,
|
|
project(':grpc-testing')
|
|
signature "org.codehaus.mojo.signature:java16:1.1@signature"
|
|
}
|
|
|
|
javadoc.options.links "https://google.github.io/guava/releases/${guavaVersion}/api/docs/"
|