Move car python code into src subdirectory
This commit is contained in:
@@ -12,5 +12,9 @@ dependencies {
|
||||
task copyPythonCode(type: Copy, dependsOn: configurations.python){
|
||||
// Copy python protobuf code from proto project.
|
||||
from zipTree(configurations.python.asPath)
|
||||
into '.'
|
||||
into './src'
|
||||
}
|
||||
|
||||
task build(type: Exec, dependsOn: copyPythonCode) {
|
||||
commandLine 'python3', 'setup.py', 'bdist_wheel'
|
||||
}
|
||||
Reference in New Issue
Block a user