blob: 3ac897ac9c53476af9387cd6c1aee0b0d34249da [file] [log] [blame]
description = "gRPC: Netty"
dependencies {
compile project(':grpc-core'),
libraries.hpack,
libraries.netty
// Tests depend on base class defined by core module.
testCompile project(':grpc-core').sourceSets.test.output,
project(':grpc-testing')
}
test {
jvmArgs "-Xbootclasspath/p:" + configurations.alpnboot.asPath
}
javadoc.options.links 'http://netty.io/4.1/api/'