Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions lib/mix/tasks/compile.elixir_make.ex
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ defmodule Mix.Tasks.Compile.ElixirMake do
use Mix.Task
alias ElixirMake.Artefact

@recursive true

@doc false
def run(args) do
if function_exported?(Mix, :ensure_application!, 1) do
Expand Down
2 changes: 2 additions & 0 deletions lib/mix/tasks/elixir_make.checksum.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ defmodule Mix.Tasks.ElixirMake.Checksum do
use Mix.Task
alias ElixirMake.Artefact

@recursive true

@switches [
all: :boolean,
only_local: :boolean,
Expand Down
2 changes: 2 additions & 0 deletions lib/mix/tasks/elixir_make.precompile.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ defmodule Mix.Tasks.ElixirMake.Precompile do
require Logger
use Mix.Task

@recursive true

@impl true
def run(args) do
if function_exported?(Mix, :ensure_application!, 1) do
Expand Down