Make macos grpc plugin executable, fix python proto config to depend on protobuf generation.
This commit is contained in:
@@ -43,7 +43,7 @@ protobuf {
|
||||
}
|
||||
}
|
||||
|
||||
task packPythonGrpc(type: Zip) {
|
||||
task packPythonGrpc(type: Zip, dependsOn: protobuf.generateProtoTasks.all()) {
|
||||
from protobuf.generatedFilesBaseDir + '/main/python'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user