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