Don't allow swift grpc generation on swift.
Swift on Windows isn't great atm.
This commit is contained in:
@@ -16,7 +16,8 @@ task copyPythonCode(type: Copy, dependsOn: configurations.python){
|
||||
}
|
||||
|
||||
task build(type: Exec, dependsOn: copyPythonCode) {
|
||||
commandLine 'python3', 'setup.py', 'bdist_wheel'
|
||||
executable 'python3'
|
||||
args 'setup.py', 'bdist_wheel'
|
||||
}
|
||||
|
||||
task clean {
|
||||
|
||||
@@ -5,4 +5,5 @@ paho-mqtt
|
||||
u-msgpack-python
|
||||
grpcio-tools
|
||||
rplidar
|
||||
pyzmq
|
||||
pyzmq
|
||||
wheel
|
||||
Reference in New Issue
Block a user