1
0
mirror of https://github.com/go-task/task.git synced 2025-01-14 04:35:50 +02:00

Remove warning for version 2

This commit is contained in:
Andrey Nering 2018-03-04 16:27:16 -03:00
parent 4f368923a5
commit c1ae36866e

View File

@ -115,10 +115,6 @@ func (e *Executor) setup() error {
Expansions: e.Taskfile.Expansions,
Logger: e.Logger,
}
if !e.Silent {
e.Logger.Errf(`task: warning: Taskfile "version: 2" is experimental and implementation can change before v2.0.0 release`)
}
case version.IsV21(v):
return fmt.Errorf(`task: Taskfile versions greater than v2 not implemented in the version of Task`)
}