Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lib/mix/lib/mix/task.ex
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,9 @@ defmodule Mix.Task do

@doc """
Available for backwards compatibility.

See the [CLI configuration](Mix.Project.html#module-cli-configuration)
section in the `Mix.Project` documentation.
"""
@deprecated "Configure the environment in your mix.exs"
defdelegate preferred_cli_env(task), to: Mix.CLI
Expand Down