Skip to content

Commit 3fa134a

Browse files
committed
this works - I think
Signed-off-by: David van der Spek <[email protected]>
1 parent 2b19182 commit 3fa134a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mix.exs

-4
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ defmodule Plural.MixProject do
5656
strip_beams: true,
5757
quiet: false,
5858
applications: [
59-
:runtime_tools,
6059
api: :permanent,
6160
core: :permanent,
6261
email: :permanent,
@@ -69,7 +68,6 @@ defmodule Plural.MixProject do
6968
strip_beams: true,
7069
quiet: false,
7170
applications: [
72-
:runtime_tools,
7371
rtc: :permanent,
7472
core: :permanent,
7573
graphql: :load
@@ -81,7 +79,6 @@ defmodule Plural.MixProject do
8179
strip_beams: true,
8280
quiet: false,
8381
applications: [
84-
:runtime_tools,
8582
worker: :permanent,
8683
core: :permanent
8784
]
@@ -92,7 +89,6 @@ defmodule Plural.MixProject do
9289
strip_beams: true,
9390
quiet: false,
9491
applications: [
95-
:runtime_tools,
9692
cron: :permanent,
9793
core: :permanent,
9894
email: :permanent

0 commit comments

Comments
 (0)