[gradle-plugin] Create a separate run task for each executable
This commit is contained in:
@@ -155,7 +155,7 @@ def tasksOf(Closure<Task> filter) {
|
||||
.matching { filter(it) && it.enabled && (prefix != null ? it.name.startsWith(prefix) : true) }
|
||||
}
|
||||
|
||||
run {
|
||||
task run {
|
||||
def tasks = tasksOf { it instanceof KonanTest && it.inDevelopersRun }
|
||||
dependsOn(tasks)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user