mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Adjust deprecation message
This commit is contained in:
parent
20dfd32c85
commit
98312c881f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
compile(Config, _AppFile) ->
|
compile(Config, _AppFile) ->
|
||||||
?DEPRECATED(fail_on_warning, warnings_as_errors,
|
?DEPRECATED(fail_on_warning, warnings_as_errors,
|
||||||
rebar_config:get_list(Config, erl_opts, []),
|
rebar_config:get_list(Config, erl_opts, []),
|
||||||
"once OTP R15 is released"),
|
"once OTP R14B03 is released"),
|
||||||
|
|
||||||
rebar_base_compiler:run(Config,
|
rebar_base_compiler:run(Config,
|
||||||
check_files(rebar_config:get_local(
|
check_files(rebar_config:get_local(
|
||||||
|
|
Loading…
Reference in a new issue