blob: 8ff8ccc6c0e12acb83d2db52e32fcc3110552ba0 [file] [log] [blame]
plugins {
id "java"
id "maven-publish"
id "com.google.protobuf"
}
description = "gRPC: Testing Protos"
dependencies {
compile project(':grpc-protobuf'),
project(':grpc-stub')
compileOnly libraries.javax_annotation
testCompile libraries.truth
testRuntime libraries.javax_annotation
}
configureProtoCompilation()