blob: 6f5ec75f4b38346fe72e4a1eebd03ff2a65385d3 [file] [log] [blame]
description = "gRpc: Auth"
dependencies {
compile project(':grpc-core'),
libraries.google_auth_credentials
testCompile project(':grpc-testing'),
libraries.oauth_client
signature "org.codehaus.mojo.signature:java16:1.1@signature"
}