blob: f1d3164fc10d67c5e898b88f80aeb52644021bf6 [file] [log] [blame]
description = "gRPC: GRPCLB LoadBalancer plugin"
buildscript {
repositories {
maven {
// The google mirror is less flaky than mavenCentral()
url "https://maven-central.storage-download.googleapis.com/repos/central/data/"
}
}
dependencies {
classpath libraries.protobuf_plugin
}
}
dependencies {
compile project(':grpc-core'),
project(':grpc-protobuf'),
project(':grpc-stub'),
libraries.protobuf
testCompile libraries.truth,
project(':grpc-core').sourceSets.test.output
}
configureProtoCompilation()