error: module Distillery.Releases.Plugin is not loaded and could not be found. This may be happening because the module you are trying to load directly or indirectly depends on the current module
│
17 │ use Distillery.Releases.Plugin
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
└─ lib/distillery/plugins/link_config.ex:17: Releases.Plugin.LinkConfig (module)
error: module Distillery.Releases.Plugin is not loaded and could not be found. This may be happening because the module you are trying to load directly or indirectly depends on the current module
│
15 │ use Distillery.Releases.Plugin
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
│
└─ lib/distillery/plugins/modify_relup.ex:15: Releases.Plugin.ModifyRelup (module)
== Compilation error in file lib/distillery/plugins/modify_relup.ex ==
** (CompileError) lib/distillery/plugins/modify_relup.ex: cannot compile module Releases.Plugin.ModifyRelup (errors have been logged)
(elixir 1.19.5) expanding macro: Kernel.use/1
lib/distillery/plugins/modify_relup.ex:15: Releases.Plugin.ModifyRelup (module)
could not compile dependency :edeliver, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile edeliver --force", update it with "mix deps.update edeliver" or clean it with "mix deps.clean edeliver"