Remove the 'cleanAll' task
This commit is contained in:
+1
-6
@@ -423,14 +423,9 @@ task performance {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task clean {
|
task clean {
|
||||||
|
dependsOn subprojects.collect { it.tasks.matching { it.name == "clean" } }
|
||||||
doLast {
|
doLast {
|
||||||
delete distDir
|
delete distDir
|
||||||
delete bundle.outputs.files
|
delete bundle.outputs.files
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Don't run with other tasks (e.g. ./gradlew cleanAll bundle)
|
|
||||||
task cleanAll {
|
|
||||||
// dependsOn gradle.includedBuilds.collect { it.task(":clean") }
|
|
||||||
dependsOn project.getTasksByName("clean", true)
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user