[gradle-plugin] Re-add an aggregate task to run all executables

This commit is contained in:
Ilya Matveev
2018-05-21 18:46:04 +07:00
committed by ilmat192
parent b0d65642e4
commit 7aa92eaa25
6 changed files with 25 additions and 11 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ def tasksOf(Closure<Task> filter) {
.matching { filter(it) && it.enabled && (prefix != null ? it.name.startsWith(prefix) : true) }
}
task run {
run {
def tasks = tasksOf { it instanceof KonanTest && it.inDevelopersRun }
dependsOn(tasks)