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:
parent
4f368923a5
commit
c1ae36866e
4
task.go
4
task.go
@ -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`)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user