Add missing dependency to benchmarks project

This commit is contained in:
Eric Anderson 2015-02-12 17:54:48 -08:00
parent 74f231a6dd
commit b55b200408
1 changed files with 1 additions and 1 deletions

View File

@ -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) {