[calculator] Add a :clean task
This commit is contained in:
@@ -2,4 +2,10 @@ task build {
|
|||||||
subprojects.each {
|
subprojects.each {
|
||||||
dependsOn("${it.path}:build")
|
dependsOn("${it.path}:build")
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
task clean {
|
||||||
|
subprojects.each {
|
||||||
|
dependsOn("${it.path}:clean")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user