mirror of https://github.com/grpc/grpc-java.git
Add missing dependency to benchmarks project
This commit is contained in:
parent
74f231a6dd
commit
b55b200408
|
|
@ -26,7 +26,7 @@ dependencies {
|
|||
}
|
||||
|
||||
protobufCodeGenPlugins = ["java_plugin:$rootDir/compiler/build/binaries/java_pluginExecutable/java_plugin"]
|
||||
compileJava.dependsOn = ['generateProto']
|
||||
generateProto.dependsOn ':grpc-compiler:java_pluginExecutable'
|
||||
|
||||
// Allow execution of test client and server.
|
||||
task execute(dependsOn: classes, type:JavaExec) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue