Make macos grpc plugin executable, fix python proto config to depend on protobuf generation.

This commit is contained in:
Piv
2020-04-19 19:59:30 +09:30
parent 83fda38814
commit a84af91323
2 changed files with 1 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ protobuf {
}
}
task packPythonGrpc(type: Zip) {
task packPythonGrpc(type: Zip, dependsOn: protobuf.generateProtoTasks.all()) {
from protobuf.generatedFilesBaseDir + '/main/python'
}