Review fix

This commit is contained in:
Pavel Punegov
2017-11-24 14:44:15 +03:00
committed by Pavel Punegov
parent 9e24e41d36
commit 1c371bc937
-1
View File
@@ -201,7 +201,6 @@ task run_external () {
testTasks = testTasks.matching { it.name.startsWith(prefix) }
}
dependsOn(testTasks)
// finalizedBy resultsTask
}
task daily() {