Add cleanup

This commit is contained in:
Mike Primm 2018-08-12 21:55:40 -05:00
parent be71e0d816
commit 3474c988d6

View File

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