mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-27 00:38:11 -07:00
#244: removed no longer necessary check for unknown task in createGraph2()
This commit is contained in:
parent
8399171d3f
commit
2cbe3ad560
1 changed files with 1 additions and 4 deletions
|
@ -277,9 +277,6 @@ class TaskManager @Inject constructor(val args: Args,
|
||||||
// Keep only the tasks we need to run.
|
// Keep only the tasks we need to run.
|
||||||
//
|
//
|
||||||
val taskInfos = passedTasks.filter {
|
val taskInfos = passedTasks.filter {
|
||||||
if (!nodeMap.keys().contains(it.taskName)) {
|
|
||||||
throw KobaltException("Unknown task: $it")
|
|
||||||
}
|
|
||||||
it.matches(projectName)
|
it.matches(projectName)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue