mirror of https://github.com/grpc/grpc-java.git
netty: Use tcnative in tests instead of Jetty ALPN
I'm quite confused how we went this long using Jetty ALPN for the Netty tests. Anyway, we strongly prefer tcnative, so we should be using it in the tests.
This commit is contained in:
parent
a9bd94781c
commit
c415dc8d40
|
|
@ -7,11 +7,8 @@ dependencies {
|
|||
// 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"
|
||||
}
|
||||
|
||||
test {
|
||||
jvmArgs "-javaagent:" + configurations.alpnagent.asPath
|
||||
}
|
||||
|
||||
javadoc.options.links 'http://netty.io/4.1/api/'
|
||||
|
|
|
|||
Loading…
Reference in New Issue