Final work to get the build going.
This commit is contained in:
@@ -17,4 +17,11 @@ task copyPythonCode(type: Copy, dependsOn: configurations.python){
|
||||
|
||||
task build(type: Exec, dependsOn: copyPythonCode) {
|
||||
commandLine 'python3', 'setup.py', 'bdist_wheel'
|
||||
}
|
||||
|
||||
task clean {
|
||||
doLast {
|
||||
delete 'dist'
|
||||
delete 'build'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user