Delete built bundle in clean task

This commit is contained in:
Ilya Matveev
2017-03-27 15:06:17 +07:00
committed by ilmat192
parent 9ba7fcdf81
commit afd94d08a7
+1
View File
@@ -261,6 +261,7 @@ task demo(type: Exec) {
task clean {
doLast {
delete 'dist'
delete bundle.outputs.files
}
}