mirror of https://github.com/grpc/grpc-java.git
15 lines
467 B
Groovy
15 lines
467 B
Groovy
description = "gRPC: Netty"
|
|
dependencies {
|
|
compile project(':grpc-core'),
|
|
libraries.netty,
|
|
libraries.netty_proxy_handler
|
|
|
|
// Tests depend on base class defined by core module.
|
|
testCompile project(':grpc-core').sourceSets.test.output,
|
|
project(':grpc-testing')
|
|
testRuntime libraries.netty_tcnative
|
|
signature "org.codehaus.mojo.signature:java17:+@signature"
|
|
}
|
|
|
|
javadoc.options.links 'http://netty.io/4.1/api/'
|