blob: 5ee06fec597ae9f3d71a520c3c059181fc7330cb [file] [log] [blame]
plugins {
id "java-library"
id "maven-publish"
id "com.google.protobuf"
}
description = "gRPC: Testing Protos"
dependencies {
api project(':grpc-protobuf'),
project(':grpc-stub')
compileOnly libraries.javax.annotation
testImplementation libraries.truth
testRuntimeOnly libraries.javax.annotation
}
configureProtoCompilation()