Add cleanup

This commit is contained in:
Mike Primm 2018-08-12 21:55:40 -05:00
parent fa15c0e8c0
commit c4a166bd1a

View file

@ -42,3 +42,10 @@ subprojects {
options.encoding = 'UTF-8' options.encoding = 'UTF-8'
} }
} }
clean {
delete "target"
}
task setupCIWorkspace {
}