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'
|
from protobuf.generatedFilesBaseDir + '/main/python'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
0
protobuf/grpc_plugins/grpc_python_plugin_1.28.1-osx-x86_64
Normal file → Executable file
0
protobuf/grpc_plugins/grpc_python_plugin_1.28.1-osx-x86_64
Normal file → Executable file
Reference in New Issue
Block a user