Run gRPC tests with Netty instrumentation (#3166)

This commit is contained in:
Anuraag Agrawal 2021-06-02 18:40:12 +09:00 committed by GitHub
parent be6816489a
commit 698faac39d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ dependencies {
implementation project(':instrumentation:grpc-1.6:library')
library "io.grpc:grpc-core:${grpcVersion}"
testInstrumentation project(':instrumentation:netty:netty-4.1:javaagent')
testLibrary "io.grpc:grpc-netty:${grpcVersion}"
testLibrary "io.grpc:grpc-protobuf:${grpcVersion}"