We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 763d0f1 commit dcc27c2Copy full SHA for dcc27c2
lib/mix/lib/mix/tasks/deps.compile.ex
@@ -228,6 +228,7 @@ defmodule Mix.Tasks.Deps.Compile do
228
env = [
229
# REBAR_BARE_COMPILER_OUTPUT_DIR is only honored by rebar3 >= 3.14
230
{"REBAR_BARE_COMPILER_OUTPUT_DIR", build_path},
231
+ {"REBAR_SKIP_PROJECT_PLUGINS", "true"},
232
{"REBAR_CONFIG", config_path},
233
{"REBAR_PROFILE", "prod"},
234
{"TERM", "dumb"}
0 commit comments