Add cleanup
This commit is contained in:
parent
be71e0d816
commit
3474c988d6
1 changed files with 7 additions and 0 deletions
|
|
@ -42,3 +42,10 @@ subprojects {
|
|||
options.encoding = 'UTF-8'
|
||||
}
|
||||
}
|
||||
|
||||
clean {
|
||||
delete "target"
|
||||
}
|
||||
|
||||
task setupCIWorkspace {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue